Html Css Color HEX #E72BBC Razzle Dazzle Rose

📋 copy color: '#E72BBC'

red 231 ◦ green 43 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E72BBC

Tints of Razzle Dazzle Rose #E72BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.31%

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

R = 50%
G = 9.31%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E72BBC (or 0xE72BBC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2B and BC. RGB value is (231,43,188). Sum of RGB (Red+Green+Blue) = 231+43+188=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72BBC is #18D443. Grayscale: #737373. Windows color (decimal): -1627204 or 12332007. OLE color: 12332007.

HSL color Cylindrical-coordinate representation of color #E72BBC: hue angle of 313.72º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72BBC is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 43 188 -
CMYK 0 0.81 0.19 0.09
HSL 313.72º 0.8% 0.54% -
HSV(B) 313.72º 0.81% 0.91% -
XYZ 42.9 22.35 49.63 -
YUV 115.74 168.78 210.21 -
System Red Green Blue C M Y K H S L
Decimal 231 43 188 0 0.81 0.19 0.09 313.72 0.8 0.54
Hex E7 2B BC 0 51 13 9 13A 50 36
Octal 347 53 274 0 121 23 11 472 120 66
Binary 11100111 101011 10111100 0 1010001 10011 1001 100111010 1010000 110110

Color Harmonies of #E72BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BBC

Black with #E72BBC

Text Example


Text Example

White with #E72BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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