Html Css Color HEX #E72AD4 Razzle Dazzle Rose

📋 copy color: '#E72AD4'

red 231 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E72AD4

Tints of Razzle Dazzle Rose #E72AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.71%

R = 47.63%
G = 8.66%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E72AD4 (or 0xE72AD4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and D4. RGB value is (231,42,212). Sum of RGB (Red+Green+Blue) = 231+42+212=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72AD4 is #18D52B. Grayscale: #757575. Windows color (decimal): -1627436 or 13904615. OLE color: 13904615.

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

Color convert

RGB 231 42 212 -
CMYK 0 0.82 0.08 0.09
HSL 306.03º 0.8% 0.54% -
HSV(B) 306.03º 0.82% 0.91% -
XYZ 45.67 23.4 64.4 -
YUV 117.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 231 42 212 0 0.82 0.08 0.09 306.03 0.8 0.54
Hex E7 2A D4 0 52 8 9 132 50 36
Octal 347 52 324 0 122 10 11 462 120 66
Binary 11100111 101010 11010100 0 1010010 1000 1001 100110010 1010000 110110

Color Harmonies of #E72AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72AD4

Black with #E72AD4

Text Example


Text Example

White with #E72AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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