Html Css Color HEX #E729BC Razzle Dazzle Rose

📋 copy color: '#E729BC'

red 231 ◦ green 41 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E729BC

Tints of Razzle Dazzle Rose #E729BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 50.22%
G = 8.91%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E729BC (or 0xE729BC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and BC. RGB value is (231,41,188). Sum of RGB (Red+Green+Blue) = 231+41+188=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E729BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729BC is #18D643. Grayscale: #727272. Windows color (decimal): -1627716 or 12331495. OLE color: 12331495.

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

Color convert

RGB 231 41 188 -
CMYK 0 0.82 0.19 0.09
HSL 313.58º 0.8% 0.53% -
HSV(B) 313.58º 0.82% 0.91% -
XYZ 42.83 22.21 49.61 -
YUV 114.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 231 41 188 0 0.82 0.19 0.09 313.58 0.8 0.53
Hex E7 29 BC 0 52 13 9 13A 50 35
Octal 347 51 274 0 122 23 11 472 120 65
Binary 11100111 101001 10111100 0 1010010 10011 1001 100111010 1010000 110101

Color Harmonies of #E729BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729BC

Black with #E729BC

Text Example


Text Example

White with #E729BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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