Html Css Color HEX #E72EDC Razzle Dazzle Rose

📋 copy color: '#E72EDC'

red 231 ◦ green 46 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E72EDC

Tints of Razzle Dazzle Rose #E72EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 46.48%
G = 9.26%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E72EDC (or 0xE72EDC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2E and DC. RGB value is (231,46,220). Sum of RGB (Red+Green+Blue) = 231+46+220=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E72EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72EDC is #18D123. Grayscale: #787878. Windows color (decimal): -1626404 or 14429927. OLE color: 14429927.

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

Color convert

RGB 231 46 220 -
CMYK 0 0.80 0.05 0.09
HSL 303.57º 0.79% 0.54% -
HSV(B) 303.57º 0.8% 0.91% -
XYZ 46.85 24.11 69.89 -
YUV 121.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 231 46 220 0 0.80 0.05 0.09 303.57 0.79 0.54
Hex E7 2E DC 0 50 5 9 130 4F 36
Octal 347 56 334 0 120 5 11 460 117 66
Binary 11100111 101110 11011100 0 1010000 101 1001 100110000 1001111 110110

Color Harmonies of #E72EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72EDC

Black with #E72EDC

Text Example


Text Example

White with #E72EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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