Html Css Color HEX #E72DDA Razzle Dazzle Rose

📋 copy color: '#E72DDA'

red 231 ◦ green 45 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E72DDA

Tints of Razzle Dazzle Rose #E72DDA

RGB

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

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

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

R = 46.76%
G = 9.11%
B = 44.13%

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

#E72DDA (or 0xE72DDA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2D and DA. RGB value is (231,45,218). Sum of RGB (Red+Green+Blue) = 231+45+218=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72DDA is #18D225. Grayscale: #777777. Windows color (decimal): -1626662 or 14298599. OLE color: 14298599.

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

Color convert

RGB 231 45 218 -
CMYK 0 0.81 0.06 0.09
HSL 304.19º 0.79% 0.54% -
HSV(B) 304.19º 0.81% 0.91% -
XYZ 46.55 23.93 68.49 -
YUV 120.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 231 45 218 0 0.81 0.06 0.09 304.19 0.79 0.54
Hex E7 2D DA 0 51 6 9 130 4F 36
Octal 347 55 332 0 121 6 11 460 117 66
Binary 11100111 101101 11011010 0 1010001 110 1001 100110000 1001111 110110

Color Harmonies of #E72DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72DDA

Black with #E72DDA

Text Example


Text Example

White with #E72DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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