Html Css Color HEX #E42ACE Razzle Dazzle Rose

📋 copy color: '#E42ACE'

red 228 ◦ green 42 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E42ACE

Tints of Razzle Dazzle Rose #E42ACE

RGB

 RED value IS 228 (89.45% from 255) = 47.9%

 GREEN value IS 42 (16.8% from 255) = 8.82%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 47.9%
G = 8.82%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E42ACE (or 0xE42ACE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and CE. RGB value is (228,42,206). Sum of RGB (Red+Green+Blue) = 228+42+206=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ACE is #1BD531. Grayscale: #737373. Windows color (decimal): -1824050 or 13511396. OLE color: 13511396.

HSL color Cylindrical-coordinate representation of color #E42ACE: hue angle of 307.1º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42ACE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 206 -
CMYK 0 0.82 0.10 0.11
HSL 307.1º 0.78% 0.53% -
HSV(B) 307.1º 0.82% 0.89% -
XYZ 43.96 22.61 60.44 -
YUV 116.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 228 42 206 0 0.82 0.10 0.11 307.1 0.78 0.53
Hex E4 2A CE 0 52 A B 133 4E 35
Octal 344 52 316 0 122 12 13 463 116 65
Binary 11100100 101010 11001110 0 1010010 1010 1011 100110011 1001110 110101

Color Harmonies of #E42ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ACE

Black with #E42ACE

Text Example


Text Example

White with #E42ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ACE; }

 p { color: rgb(228,42,206); }

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

background-color css

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

 a { background-color: rgb(228,42,206); }

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

border-color css

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

 span { border-color: rgb(228,42,206); }

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