Html Css Color HEX #E42ADF Razzle Dazzle Rose

📋 copy color: '#E42ADF'

red 228 ◦ green 42 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E42ADF

Tints of Razzle Dazzle Rose #E42ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 46.25%
G = 8.52%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E42ADF (or 0xE42ADF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and DF. RGB value is (228,42,223). Sum of RGB (Red+Green+Blue) = 228+42+223=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ADF is #1BD520. Grayscale: #757575. Windows color (decimal): -1824033 or 14625508. OLE color: 14625508.

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

Color convert

RGB 228 42 223 -
CMYK 0 0.82 0.02 0.11
HSL 301.61º 0.78% 0.53% -
HSV(B) 301.61º 0.82% 0.89% -
XYZ 46.14 23.48 71.91 -
YUV 118.25 187.12 206.28 -
System Red Green Blue C M Y K H S L
Decimal 228 42 223 0 0.82 0.02 0.11 301.61 0.78 0.53
Hex E4 2A DF 0 52 2 B 12E 4E 35
Octal 344 52 337 0 122 2 13 456 116 65
Binary 11100100 101010 11011111 0 1010010 10 1011 100101110 1001110 110101

Color Harmonies of #E42ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ADF

Black with #E42ADF

Text Example


Text Example

White with #E42ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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