Html Css Color HEX #E72ABC Razzle Dazzle Rose

📋 copy color: '#E72ABC'

red 231 ◦ green 42 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E72ABC

Tints of Razzle Dazzle Rose #E72ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 50.11%
G = 9.11%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E72ABC (or 0xE72ABC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and BC. RGB value is (231,42,188). Sum of RGB (Red+Green+Blue) = 231+42+188=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ABC is #18D543. Grayscale: #727272. Windows color (decimal): -1627460 or 12331751. OLE color: 12331751.

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

Color convert

RGB 231 42 188 -
CMYK 0 0.82 0.19 0.09
HSL 313.65º 0.8% 0.54% -
HSV(B) 313.65º 0.82% 0.91% -
XYZ 42.86 22.28 49.62 -
YUV 115.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 231 42 188 0 0.82 0.19 0.09 313.65 0.8 0.54
Hex E7 2A BC 0 52 13 9 13A 50 36
Octal 347 52 274 0 122 23 11 472 120 66
Binary 11100111 101010 10111100 0 1010010 10011 1001 100111010 1010000 110110

Color Harmonies of #E72ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72ABC

Black with #E72ABC

Text Example


Text Example

White with #E72ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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