Html Css Color HEX #EA42C4 Razzle Dazzle Rose

📋 copy color: '#EA42C4'

red 234 ◦ green 66 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EA42C4

Tints of Razzle Dazzle Rose #EA42C4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.31%

 BLUE value IS 196 (76.95% from 255) = 39.52%

R = 47.18%
G = 13.31%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA42C4 (or 0xEA42C4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 42 and C4. RGB value is (234,66,196). Sum of RGB (Red+Green+Blue) = 234+66+196=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42C4 is #15BD3B. Grayscale: #828282. Windows color (decimal): -1424700 or 12862186. OLE color: 12862186.

HSL color Cylindrical-coordinate representation of color #EA42C4: hue angle of 313.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42C4 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 196 -
CMYK 0 0.72 0.16 0.08
HSL 313.57º 0.8% 0.59% -
HSV(B) 313.57º 0.72% 0.92% -
XYZ 45.84 25.37 54.71 -
YUV 131.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 234 66 196 0 0.72 0.16 0.08 313.57 0.8 0.59
Hex EA 42 C4 0 48 10 8 13A 50 3B
Octal 352 102 304 0 110 20 10 472 120 73
Binary 11101010 1000010 11000100 0 1001000 10000 1000 100111010 1010000 111011

Color Harmonies of #EA42C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA42C4

Black with #EA42C4

Text Example


Text Example

White with #EA42C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA42C4; }

 p { color: rgb(234,66,196); }

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

background-color css

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

 a { background-color: rgb(234,66,196); }

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

border-color css

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

 span { border-color: rgb(234,66,196); }

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