#EB37D4

Color #EB37D4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EB37D4

Tints of Razzle Dazzle Rose #EB37D4

Color information

#EB37D4 (or 0xEB37D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 37 and D4. RGB value is (235,55,212). Sum of RGB (Red+Green+Blue) = 235+55+212=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB37D4 is #14C82B. Grayscale: #7E7E7E. Windows color (decimal): -1361964 or 13907947. OLE color: 13907947.

HSL color Cylindrical-coordinate representation of color #EB37D4: hue angle of 307.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB37D4 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB23555212-
CMYK00.770.100.08
HSL307.67º81.82%56.86%-
HSV(B)307.67º76.6%92.16%-
XYZ47.5125.1564.64-
YUV126.72176.13205.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 46.81%
GREEN value IS 55 (21.88% from 255) = 10.96%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=46.81%
G=10.96%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355521200.770.100.08307.6781.8256.86
HexEB37D404DA81345239
Octal353673240115121046412271
Binary111010111101111101010001001101101010001001101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB37D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB37D4; }

 p { color: rgb(235,55,212); }

 H1.HeaderClassName
 {
   color: #EB37D4;
 }
 .AnyTagClassName
 {
   color: #EB37D4;
 }
</style>
background-color css

<style>
 a { background-color: #EB37D4; }

 a { background-color: rgb(235,55,212); }

 div.DivClassName
 {
   background-color: #EB37D4;
 }
 .BgClassName
 {
   background-color: #EB37D4;
 }
</style>
border-color css

<style>
 span { border-color: #EB37D4; }

 span { border-color: rgb(235,55,212); }

 td.TdClassName
 {
   border-color: #EB37D4;
 }
 .TagClassName
 {
   border-color: #EB37D4;
 }
</style>