Html Css Color HEX #E729CF Razzle Dazzle Rose

📋 copy color: '#E729CF'

red 231 ◦ green 41 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E729CF

Tints of Razzle Dazzle Rose #E729CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 48.23%
G = 8.56%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E729CF (or 0xE729CF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and CF. RGB value is (231,41,207). Sum of RGB (Red+Green+Blue) = 231+41+207=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E729CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729CF is #18D630. Grayscale: #747474. Windows color (decimal): -1627697 or 13576679. OLE color: 13576679.

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

Color convert

RGB 231 41 207 -
CMYK 0 0.82 0.10 0.09
HSL 307.58º 0.8% 0.53% -
HSV(B) 307.58º 0.82% 0.91% -
XYZ 45.01 23.08 61.11 -
YUV 116.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 231 41 207 0 0.82 0.10 0.09 307.58 0.8 0.53
Hex E7 29 CF 0 52 A 9 134 50 35
Octal 347 51 317 0 122 12 11 464 120 65
Binary 11100111 101001 11001111 0 1010010 1010 1001 100110100 1010000 110101

Color Harmonies of #E729CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729CF

Black with #E729CF

Text Example


Text Example

White with #E729CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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