Html Css Color HEX #E729C2 Razzle Dazzle Rose

📋 copy color: '#E729C2'

red 231 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E729C2

Tints of Razzle Dazzle Rose #E729C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 49.57%
G = 8.8%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E729C2 (or 0xE729C2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and C2. RGB value is (231,41,194). Sum of RGB (Red+Green+Blue) = 231+41+194=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E729C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729C2 is #18D63D. Grayscale: #727272. Windows color (decimal): -1627710 or 12724711. OLE color: 12724711.

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

Color convert

RGB 231 41 194 -
CMYK 0 0.82 0.16 0.09
HSL 311.68º 0.8% 0.53% -
HSV(B) 311.68º 0.82% 0.91% -
XYZ 43.49 22.47 53.08 -
YUV 115.25 172.45 210.56 -
System Red Green Blue C M Y K H S L
Decimal 231 41 194 0 0.82 0.16 0.09 311.68 0.8 0.53
Hex E7 29 C2 0 52 10 9 138 50 35
Octal 347 51 302 0 122 20 11 470 120 65
Binary 11100111 101001 11000010 0 1010010 10000 1001 100111000 1010000 110101

Color Harmonies of #E729C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729C2

Black with #E729C2

Text Example


Text Example

White with #E729C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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