Html Css Color HEX #E72FB8 Razzle Dazzle Rose

📋 copy color: '#E72FB8'

red 231 ◦ green 47 ◦ blue 184

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

Shades of Razzle Dazzle Rose #E72FB8

Tints of Razzle Dazzle Rose #E72FB8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 50%
G = 10.17%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E72FB8 (or 0xE72FB8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and B8. RGB value is (231,47,184). Sum of RGB (Red+Green+Blue) = 231+47+184=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FB8 is #18D047. Grayscale: #757575. Windows color (decimal): -1626184 or 12070887. OLE color: 12070887.

HSL color Cylindrical-coordinate representation of color #E72FB8: hue angle of 315.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FB8 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 184 -
CMYK 0 0.80 0.20 0.09
HSL 315.33º 0.79% 0.55% -
HSV(B) 315.33º 0.8% 0.91% -
XYZ 42.62 22.48 47.44 -
YUV 117.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 231 47 184 0 0.80 0.20 0.09 315.33 0.79 0.55
Hex E7 2F B8 0 50 14 9 13B 4F 37
Octal 347 57 270 0 120 24 11 473 117 67
Binary 11100111 101111 10111000 0 1010000 10100 1001 100111011 1001111 110111

Color Harmonies of #E72FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FB8

Black with #E72FB8

Text Example


Text Example

White with #E72FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FB8; }

 p { color: rgb(231,47,184); }

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

background-color css

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

 a { background-color: rgb(231,47,184); }

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

border-color css

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

 span { border-color: rgb(231,47,184); }

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