Html Css Color HEX #E72ADB Razzle Dazzle Rose

📋 copy color: '#E72ADB'

red 231 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E72ADB

Tints of Razzle Dazzle Rose #E72ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.54%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 46.95%
G = 8.54%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E72ADB (or 0xE72ADB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and DB. RGB value is (231,42,219). Sum of RGB (Red+Green+Blue) = 231+42+219=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ADB is #18D524. Grayscale: #767676. Windows color (decimal): -1627429 or 14363367. OLE color: 14363367.

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

Color convert

RGB 231 42 219 -
CMYK 0 0.82 0.05 0.09
HSL 303.81º 0.8% 0.54% -
HSV(B) 303.81º 0.82% 0.91% -
XYZ 46.57 23.76 69.15 -
YUV 118.69 184.62 208.11 -
System Red Green Blue C M Y K H S L
Decimal 231 42 219 0 0.82 0.05 0.09 303.81 0.8 0.54
Hex E7 2A DB 0 52 5 9 130 50 36
Octal 347 52 333 0 122 5 11 460 120 66
Binary 11100111 101010 11011011 0 1010010 101 1001 100110000 1010000 110110

Color Harmonies of #E72ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72ADB

Black with #E72ADB

Text Example


Text Example

White with #E72ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72ADB; }

 p { color: rgb(231,42,219); }

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

background-color css

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

 a { background-color: rgb(231,42,219); }

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

border-color css

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

 span { border-color: rgb(231,42,219); }

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