Html Css Color HEX #E729BD Razzle Dazzle Rose

📋 copy color: '#E729BD'

red 231 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E729BD

Tints of Razzle Dazzle Rose #E729BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 50.11%
G = 8.89%
B = 41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E729BD (or 0xE729BD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and BD. RGB value is (231,41,189). Sum of RGB (Red+Green+Blue) = 231+41+189=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E729BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729BD is #18D642. Grayscale: #727272. Windows color (decimal): -1627715 or 12397031. OLE color: 12397031.

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

Color convert

RGB 231 41 189 -
CMYK 0 0.82 0.18 0.09
HSL 313.26º 0.8% 0.53% -
HSV(B) 313.26º 0.82% 0.91% -
XYZ 42.93 22.25 50.18 -
YUV 114.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 231 41 189 0 0.82 0.18 0.09 313.26 0.8 0.53
Hex E7 29 BD 0 52 12 9 139 50 35
Octal 347 51 275 0 122 22 11 471 120 65
Binary 11100111 101001 10111101 0 1010010 10010 1001 100111001 1010000 110101

Color Harmonies of #E729BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729BD

Black with #E729BD

Text Example


Text Example

White with #E729BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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