Html Css Color HEX #E729DA Razzle Dazzle Rose

📋 copy color: '#E729DA'

red 231 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E729DA

Tints of Razzle Dazzle Rose #E729DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 47.14%
G = 8.37%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E729DA (or 0xE729DA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and DA. RGB value is (231,41,218). Sum of RGB (Red+Green+Blue) = 231+41+218=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E729DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729DA is #18D625. Grayscale: #757575. Windows color (decimal): -1627686 or 14297575. OLE color: 14297575.

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

Color convert

RGB 231 41 218 -
CMYK 0 0.82 0.06 0.09
HSL 304.11º 0.8% 0.53% -
HSV(B) 304.11º 0.82% 0.91% -
XYZ 46.4 23.64 68.45 -
YUV 117.99 184.45 208.61 -
System Red Green Blue C M Y K H S L
Decimal 231 41 218 0 0.82 0.06 0.09 304.11 0.8 0.53
Hex E7 29 DA 0 52 6 9 130 50 35
Octal 347 51 332 0 122 6 11 460 120 65
Binary 11100111 101001 11011010 0 1010010 110 1001 100110000 1010000 110101

Color Harmonies of #E729DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729DA

Black with #E729DA

Text Example


Text Example

White with #E729DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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