Html Css Color HEX #EA49C2 Razzle Dazzle Rose

📋 copy color: '#EA49C2'

red 234 ◦ green 73 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EA49C2

Tints of Razzle Dazzle Rose #EA49C2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.57%

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 46.71%
G = 14.57%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA49C2 (or 0xEA49C2) is known color: Razzle Dazzle Rose. HEX triplet: EA, 49 and C2. RGB value is (234,73,194). Sum of RGB (Red+Green+Blue) = 234+73+194=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA49C2 is #15B63D. Grayscale: #868686. Windows color (decimal): -1422910 or 12732906. OLE color: 12732906.

HSL color Cylindrical-coordinate representation of color #EA49C2: hue angle of 314.91º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA49C2 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 194 -
CMYK 0 0.69 0.17 0.08
HSL 314.91º 0.79% 0.6% -
HSV(B) 314.91º 0.69% 0.92% -
XYZ 46.05 26.15 53.66 -
YUV 134.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 234 73 194 0 0.69 0.17 0.08 314.91 0.79 0.6
Hex EA 49 C2 0 45 11 8 13B 4F 3C
Octal 352 111 302 0 105 21 10 473 117 74
Binary 11101010 1001001 11000010 0 1000101 10001 1000 100111011 1001111 111100

Color Harmonies of #EA49C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA49C2

Black with #EA49C2

Text Example


Text Example

White with #EA49C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA49C2; }

 p { color: rgb(234,73,194); }

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

background-color css

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

 a { background-color: rgb(234,73,194); }

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

border-color css

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

 span { border-color: rgb(234,73,194); }

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