Html Css Color HEX #E72ABF Razzle Dazzle Rose

📋 copy color: '#E72ABF'

red 231 ◦ green 42 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E72ABF

Tints of Razzle Dazzle Rose #E72ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 49.78%
G = 9.05%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E72ABF (or 0xE72ABF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and BF. RGB value is (231,42,191). Sum of RGB (Red+Green+Blue) = 231+42+191=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ABF is #18D540. Grayscale: #737373. Windows color (decimal): -1627457 or 12528359. OLE color: 12528359.

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

Color convert

RGB 231 42 191 -
CMYK 0 0.82 0.17 0.09
HSL 312.7º 0.8% 0.54% -
HSV(B) 312.7º 0.82% 0.91% -
XYZ 43.19 22.41 51.34 -
YUV 115.5 170.62 210.38 -
System Red Green Blue C M Y K H S L
Decimal 231 42 191 0 0.82 0.17 0.09 312.7 0.8 0.54
Hex E7 2A BF 0 52 11 9 139 50 36
Octal 347 52 277 0 122 21 11 471 120 66
Binary 11100111 101010 10111111 0 1010010 10001 1001 100111001 1010000 110110

Color Harmonies of #E72ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72ABF

Black with #E72ABF

Text Example


Text Example

White with #E72ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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