Html Css Color HEX #EB36D2 Razzle Dazzle Rose

📋 copy color: '#EB36D2'

red 235 ◦ green 54 ◦ blue 210

#EB36D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EB36D2

Tints of Razzle Dazzle Rose #EB36D2

RGB

 RED value IS 235 (92.19% from 255) = 47.09%

 GREEN value IS 54 (21.48% from 255) = 10.82%

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 47.09%
G = 10.82%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB36D2 (or 0xEB36D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 36 and D2. RGB value is (235,54,210). Sum of RGB (Red+Green+Blue) = 235+54+210=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB36D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB36D2 is #14C92D. Grayscale: #7D7D7D. Windows color (decimal): -1362222 or 13776619. OLE color: 13776619.

HSL color Cylindrical-coordinate representation of color #EB36D2: hue angle of 308.29º 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 #EB36D2 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 54 210 -
CMYK 0 0.77 0.11 0.08
HSL 308.29º 0.82% 0.57% -
HSV(B) 308.29º 0.77% 0.92% -
XYZ 47.21 24.95 63.3 -
YUV 125.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 235 54 210 0 0.77 0.11 0.08 308.29 0.82 0.57
Hex EB 36 D2 0 4D B 8 134 52 39
Octal 353 66 322 0 115 13 10 464 122 71
Binary 11101011 110110 11010010 0 1001101 1011 1000 100110100 1010010 111001

Color Harmonies of #EB36D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB36D2

Black with #EB36D2

Text Example


Text Example

White with #EB36D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB36D2; }

 p { color: rgb(235,54,210); }

 H1.HeaderClassName
 {
   color: #EB36D2;
 }
 .AnyTagClassName
 {
   color: #EB36D2;
 }
</style>

background-color css

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

 a { background-color: rgb(235,54,210); }

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

border-color css

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

 span { border-color: rgb(235,54,210); }

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