Html Css Color HEX #E42ACD Razzle Dazzle Rose

📋 copy color: '#E42ACD'

red 228 ◦ green 42 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E42ACD

Tints of Razzle Dazzle Rose #E42ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 48%
G = 8.84%
B = 43.16%

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

#E42ACD (or 0xE42ACD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and CD. RGB value is (228,42,205). Sum of RGB (Red+Green+Blue) = 228+42+205=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ACD is #1BD532. Grayscale: #737373. Windows color (decimal): -1824051 or 13445860. OLE color: 13445860.

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

Color convert

RGB 228 42 205 -
CMYK 0 0.82 0.10 0.11
HSL 307.42º 0.78% 0.53% -
HSV(B) 307.42º 0.82% 0.89% -
XYZ 43.84 22.56 59.8 -
YUV 116.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 228 42 205 0 0.82 0.10 0.11 307.42 0.78 0.53
Hex E4 2A CD 0 52 A B 133 4E 35
Octal 344 52 315 0 122 12 13 463 116 65
Binary 11100100 101010 11001101 0 1010010 1010 1011 100110011 1001110 110101

Color Harmonies of #E42ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42ACD

Black with #E42ACD

Text Example


Text Example

White with #E42ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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