Html Css Color HEX #E729DB Razzle Dazzle Rose

📋 copy color: '#E729DB'

red 231 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E729DB

Tints of Razzle Dazzle Rose #E729DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 47.05%
G = 8.35%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E729DB (or 0xE729DB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and DB. RGB value is (231,41,219). Sum of RGB (Red+Green+Blue) = 231+41+219=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E729DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729DB is #18D624. Grayscale: #757575. Windows color (decimal): -1627685 or 14363111. OLE color: 14363111.

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

Color convert

RGB 231 41 219 -
CMYK 0 0.82 0.05 0.09
HSL 303.79º 0.8% 0.53% -
HSV(B) 303.79º 0.82% 0.91% -
XYZ 46.53 23.69 69.14 -
YUV 118.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 231 41 219 0 0.82 0.05 0.09 303.79 0.8 0.53
Hex E7 29 DB 0 52 5 9 130 50 35
Octal 347 51 333 0 122 5 11 460 120 65
Binary 11100111 101001 11011011 0 1010010 101 1001 100110000 1010000 110101

Color Harmonies of #E729DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729DB

Black with #E729DB

Text Example


Text Example

White with #E729DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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