Html Css Color HEX #E72AD2 Razzle Dazzle Rose

📋 copy color: '#E72AD2'

red 231 ◦ green 42 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E72AD2

Tints of Razzle Dazzle Rose #E72AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.48%

R = 47.83%
G = 8.7%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E72AD2 (or 0xE72AD2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and D2. RGB value is (231,42,210). Sum of RGB (Red+Green+Blue) = 231+42+210=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72AD2 is #18D52D. Grayscale: #757575. Windows color (decimal): -1627438 or 13773543. OLE color: 13773543.

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

Color convert

RGB 231 42 210 -
CMYK 0 0.82 0.09 0.09
HSL 306.67º 0.8% 0.54% -
HSV(B) 306.67º 0.82% 0.91% -
XYZ 45.42 23.3 63.08 -
YUV 117.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 231 42 210 0 0.82 0.09 0.09 306.67 0.8 0.54
Hex E7 2A D2 0 52 9 9 133 50 36
Octal 347 52 322 0 122 11 11 463 120 66
Binary 11100111 101010 11010010 0 1010010 1001 1001 100110011 1010000 110110

Color Harmonies of #E72AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72AD2

Black with #E72AD2

Text Example


Text Example

White with #E72AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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