Html Css Color HEX #EA20D4 Razzle Dazzle Rose

📋 copy color: '#EA20D4'

red 234 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EA20D4

Tints of Razzle Dazzle Rose #EA20D4

RGB

 RED value IS 234 (91.8% from 255) = 48.95%

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

 BLUE value IS 212 (83.2% from 255) = 44.35%

R = 48.95%
G = 6.69%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA20D4 (or 0xEA20D4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 20 and D4. RGB value is (234,32,212). Sum of RGB (Red+Green+Blue) = 234+32+212=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA20D4 is #15DF2B. Grayscale: #707070. Windows color (decimal): -1433388 or 13902058. OLE color: 13902058.

HSL color Cylindrical-coordinate representation of color #EA20D4: hue angle of 306.53º degrees, saturation: 0.83, 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 #EA20D4 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 212 -
CMYK 0 0.86 0.09 0.08
HSL 306.53º 0.83% 0.52% -
HSV(B) 306.53º 0.86% 0.92% -
XYZ 46.33 23.28 64.34 -
YUV 112.92 183.92 214.36 -
System Red Green Blue C M Y K H S L
Decimal 234 32 212 0 0.86 0.09 0.08 306.53 0.83 0.52
Hex EA 20 D4 0 56 9 8 133 53 34
Octal 352 40 324 0 126 11 10 463 123 64
Binary 11101010 100000 11010100 0 1010110 1001 1000 100110011 1010011 110100

Color Harmonies of #EA20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA20D4

Black with #EA20D4

Text Example


Text Example

White with #EA20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA20D4; }

 p { color: rgb(234,32,212); }

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

background-color css

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

 a { background-color: rgb(234,32,212); }

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

border-color css

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

 span { border-color: rgb(234,32,212); }

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