Html Css Color HEX #E42ADE Razzle Dazzle Rose

📋 copy color: '#E42ADE'

red 228 ◦ green 42 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E42ADE

Tints of Razzle Dazzle Rose #E42ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 46.34%
G = 8.54%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E42ADE (or 0xE42ADE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and DE. RGB value is (228,42,222). Sum of RGB (Red+Green+Blue) = 228+42+222=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ADE is #1BD521. Grayscale: #757575. Windows color (decimal): -1824034 or 14559972. OLE color: 14559972.

HSL color Cylindrical-coordinate representation of color #E42ADE: hue angle of 301.94º 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 #E42ADE is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 222 -
CMYK 0 0.82 0.03 0.11
HSL 301.94º 0.78% 0.53% -
HSV(B) 301.94º 0.82% 0.89% -
XYZ 46.01 23.42 71.2 -
YUV 118.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 228 42 222 0 0.82 0.03 0.11 301.94 0.78 0.53
Hex E4 2A DE 0 52 3 B 12E 4E 35
Octal 344 52 336 0 122 3 13 456 116 65
Binary 11100100 101010 11011110 0 1010010 11 1011 100101110 1001110 110101

Color Harmonies of #E42ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ADE

Black with #E42ADE

Text Example


Text Example

White with #E42ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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