Html Css Color HEX #E729CE Razzle Dazzle Rose

📋 copy color: '#E729CE'

red 231 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E729CE

Tints of Razzle Dazzle Rose #E729CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 48.33%
G = 8.58%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E729CE (or 0xE729CE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and CE. RGB value is (231,41,206). Sum of RGB (Red+Green+Blue) = 231+41+206=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E729CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729CE is #18D631. Grayscale: #747474. Windows color (decimal): -1627698 or 13511143. OLE color: 13511143.

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

Color convert

RGB 231 41 206 -
CMYK 0 0.82 0.11 0.09
HSL 307.89º 0.8% 0.53% -
HSV(B) 307.89º 0.82% 0.91% -
XYZ 44.89 23.03 60.47 -
YUV 116.62 178.45 209.58 -
System Red Green Blue C M Y K H S L
Decimal 231 41 206 0 0.82 0.11 0.09 307.89 0.8 0.53
Hex E7 29 CE 0 52 B 9 134 50 35
Octal 347 51 316 0 122 13 11 464 120 65
Binary 11100111 101001 11001110 0 1010010 1011 1001 100110100 1010000 110101

Color Harmonies of #E729CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729CE

Black with #E729CE

Text Example


Text Example

White with #E729CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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