Html Css Color HEX #E72EDE Razzle Dazzle Rose

📋 copy color: '#E72EDE'

red 231 ◦ green 46 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E72EDE

Tints of Razzle Dazzle Rose #E72EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.22%

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 46.29%
G = 9.22%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E72EDE (or 0xE72EDE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2E and DE. RGB value is (231,46,222). Sum of RGB (Red+Green+Blue) = 231+46+222=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E72EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72EDE is #18D121. Grayscale: #787878. Windows color (decimal): -1626402 or 14560999. OLE color: 14560999.

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

Color convert

RGB 231 46 222 -
CMYK 0 0.80 0.04 0.09
HSL 302.92º 0.79% 0.54% -
HSV(B) 302.92º 0.8% 0.91% -
XYZ 47.12 24.22 71.3 -
YUV 121.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 231 46 222 0 0.80 0.04 0.09 302.92 0.79 0.54
Hex E7 2E DE 0 50 4 9 12F 4F 36
Octal 347 56 336 0 120 4 11 457 117 66
Binary 11100111 101110 11011110 0 1010000 100 1001 100101111 1001111 110110

Color Harmonies of #E72EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72EDE

Black with #E72EDE

Text Example


Text Example

White with #E72EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72EDE; }

 p { color: rgb(231,46,222); }

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

background-color css

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

 a { background-color: rgb(231,46,222); }

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

border-color css

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

 span { border-color: rgb(231,46,222); }

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