Html Css Color HEX #EB20D2 Razzle Dazzle Rose

📋 copy color: '#EB20D2'

red 235 ◦ green 32 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EB20D2

Tints of Razzle Dazzle Rose #EB20D2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.71%

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

R = 49.27%
G = 6.71%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB20D2 (or 0xEB20D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 20 and D2. RGB value is (235,32,210). Sum of RGB (Red+Green+Blue) = 235+32+210=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB20D2 is #14DF2D. Grayscale: #707070. Windows color (decimal): -1367854 or 13770987. OLE color: 13770987.

HSL color Cylindrical-coordinate representation of color #EB20D2: hue angle of 307.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB20D2 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 210 -
CMYK 0 0.86 0.11 0.08
HSL 307.39º 0.84% 0.52% -
HSV(B) 307.39º 0.86% 0.92% -
XYZ 46.41 23.35 63.03 -
YUV 112.99 182.75 215.03 -
System Red Green Blue C M Y K H S L
Decimal 235 32 210 0 0.86 0.11 0.08 307.39 0.84 0.52
Hex EB 20 D2 0 56 B 8 133 54 34
Octal 353 40 322 0 126 13 10 463 124 64
Binary 11101011 100000 11010010 0 1010110 1011 1000 100110011 1010100 110100

Color Harmonies of #EB20D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20D2

Black with #EB20D2

Text Example


Text Example

White with #EB20D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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