Html Css Color HEX #E42ADC Razzle Dazzle Rose

📋 copy color: '#E42ADC'

red 228 ◦ green 42 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E42ADC

Tints of Razzle Dazzle Rose #E42ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 46.53%
G = 8.57%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E42ADC (or 0xE42ADC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and DC. RGB value is (228,42,220). Sum of RGB (Red+Green+Blue) = 228+42+220=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ADC is #1BD523. Grayscale: #757575. Windows color (decimal): -1824036 or 14428900. OLE color: 14428900.

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

Color convert

RGB 228 42 220 -
CMYK 0 0.82 0.04 0.11
HSL 302.58º 0.78% 0.53% -
HSV(B) 302.58º 0.82% 0.89% -
XYZ 45.74 23.32 69.8 -
YUV 117.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 228 42 220 0 0.82 0.04 0.11 302.58 0.78 0.53
Hex E4 2A DC 0 52 4 B 12F 4E 35
Octal 344 52 334 0 122 4 13 457 116 65
Binary 11100100 101010 11011100 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E42ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ADC

Black with #E42ADC

Text Example


Text Example

White with #E42ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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