Html Css Color HEX #E72BDA Razzle Dazzle Rose

📋 copy color: '#E72BDA'

red 231 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E72BDA

Tints of Razzle Dazzle Rose #E72BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 46.95%
G = 8.74%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E72BDA (or 0xE72BDA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2B and DA. RGB value is (231,43,218). Sum of RGB (Red+Green+Blue) = 231+43+218=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72BDA is #18D425. Grayscale: #767676. Windows color (decimal): -1627174 or 14298087. OLE color: 14298087.

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

Color convert

RGB 231 43 218 -
CMYK 0 0.81 0.06 0.09
HSL 304.15º 0.8% 0.54% -
HSV(B) 304.15º 0.81% 0.91% -
XYZ 46.47 23.78 68.47 -
YUV 119.16 183.78 207.77 -
System Red Green Blue C M Y K H S L
Decimal 231 43 218 0 0.81 0.06 0.09 304.15 0.8 0.54
Hex E7 2B DA 0 51 6 9 130 50 36
Octal 347 53 332 0 121 6 11 460 120 66
Binary 11100111 101011 11011010 0 1010001 110 1001 100110000 1010000 110110

Color Harmonies of #E72BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BDA

Black with #E72BDA

Text Example


Text Example

White with #E72BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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