Html Css Color HEX #E72DBB Razzle Dazzle Rose

📋 copy color: '#E72DBB'

red 231 ◦ green 45 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E72DBB

Tints of Razzle Dazzle Rose #E72DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.72%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 49.89%
G = 9.72%
B = 40.39%

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

#E72DBB (or 0xE72DBB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2D and BB. RGB value is (231,45,187). Sum of RGB (Red+Green+Blue) = 231+45+187=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72DBB is #18D244. Grayscale: #747474. Windows color (decimal): -1626693 or 12266983. OLE color: 12266983.

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

Color convert

RGB 231 45 187 -
CMYK 0 0.81 0.19 0.09
HSL 314.19º 0.79% 0.54% -
HSV(B) 314.19º 0.81% 0.91% -
XYZ 42.86 22.45 49.09 -
YUV 116.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 231 45 187 0 0.81 0.19 0.09 314.19 0.79 0.54
Hex E7 2D BB 0 51 13 9 13A 4F 36
Octal 347 55 273 0 121 23 11 472 117 66
Binary 11100111 101101 10111011 0 1010001 10011 1001 100111010 1001111 110110

Color Harmonies of #E72DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72DBB

Black with #E72DBB

Text Example


Text Example

White with #E72DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72DBB; }

 p { color: rgb(231,45,187); }

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

background-color css

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

 a { background-color: rgb(231,45,187); }

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

border-color css

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

 span { border-color: rgb(231,45,187); }

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