Html Css Color HEX #E72ACD Razzle Dazzle Rose

📋 copy color: '#E72ACD'

red 231 ◦ green 42 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E72ACD

Tints of Razzle Dazzle Rose #E72ACD

RGB

 RED value IS 231 (90.63% from 255) = 48.33%

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

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

R = 48.33%
G = 8.79%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E72ACD (or 0xE72ACD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and CD. RGB value is (231,42,205). Sum of RGB (Red+Green+Blue) = 231+42+205=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ACD is #18D532. Grayscale: #747474. Windows color (decimal): -1627443 or 13445863. OLE color: 13445863.

HSL color Cylindrical-coordinate representation of color #E72ACD: hue angle of 308.25º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72ACD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 42 205 -
CMYK 0 0.82 0.11 0.09
HSL 308.25º 0.8% 0.54% -
HSV(B) 308.25º 0.82% 0.91% -
XYZ 44.8 23.05 59.85 -
YUV 117.09 177.62 209.25 -
System Red Green Blue C M Y K H S L
Decimal 231 42 205 0 0.82 0.11 0.09 308.25 0.8 0.54
Hex E7 2A CD 0 52 B 9 134 50 36
Octal 347 52 315 0 122 13 11 464 120 66
Binary 11100111 101010 11001101 0 1010010 1011 1001 100110100 1010000 110110

Color Harmonies of #E72ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72ACD

Black with #E72ACD

Text Example


Text Example

White with #E72ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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