Html Css Color HEX #E729DC Razzle Dazzle Rose

📋 copy color: '#E729DC'

red 231 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E729DC

Tints of Razzle Dazzle Rose #E729DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.33%

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

R = 46.95%
G = 8.33%
B = 44.72%

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

#E729DC (or 0xE729DC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and DC. RGB value is (231,41,220). Sum of RGB (Red+Green+Blue) = 231+41+220=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E729DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729DC is #18D623. Grayscale: #757575. Windows color (decimal): -1627684 or 14428647. OLE color: 14428647.

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

Color convert

RGB 231 41 220 -
CMYK 0 0.82 0.05 0.09
HSL 303.47º 0.8% 0.53% -
HSV(B) 303.47º 0.82% 0.91% -
XYZ 46.67 23.74 69.83 -
YUV 118.22 185.45 208.45 -
System Red Green Blue C M Y K H S L
Decimal 231 41 220 0 0.82 0.05 0.09 303.47 0.8 0.53
Hex E7 29 DC 0 52 5 9 12F 50 35
Octal 347 51 334 0 122 5 11 457 120 65
Binary 11100111 101001 11011100 0 1010010 101 1001 100101111 1010000 110101

Color Harmonies of #E729DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729DC

Black with #E729DC

Text Example


Text Example

White with #E729DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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