Html Css Color HEX #E71DDD Razzle Dazzle Rose

📋 copy color: '#E71DDD'

red 231 ◦ green 29 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E71DDD

Tints of Razzle Dazzle Rose #E71DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.03%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 48.02%
G = 6.03%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E71DDD (or 0xE71DDD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1D and DD. RGB value is (231,29,221). Sum of RGB (Red+Green+Blue) = 231+29+221=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DDD is #18E222. Grayscale: #6E6E6E. Windows color (decimal): -1630755 or 14491111. OLE color: 14491111.

HSL color Cylindrical-coordinate representation of color #E71DDD: hue angle of 302.97º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71DDD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 29 221 -
CMYK 0 0.87 0.04 0.09
HSL 302.97º 0.81% 0.51% -
HSV(B) 302.97º 0.87% 0.91% -
XYZ 46.45 23.09 70.42 -
YUV 111.29 189.92 213.39 -
System Red Green Blue C M Y K H S L
Decimal 231 29 221 0 0.87 0.04 0.09 302.97 0.81 0.51
Hex E7 1D DD 0 57 4 9 12F 51 33
Octal 347 35 335 0 127 4 11 457 121 63
Binary 11100111 11101 11011101 0 1010111 100 1001 100101111 1010001 110011

Color Harmonies of #E71DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DDD

Black with #E71DDD

Text Example


Text Example

White with #E71DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DDD; }

 p { color: rgb(231,29,221); }

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

background-color css

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

 a { background-color: rgb(231,29,221); }

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

border-color css

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

 span { border-color: rgb(231,29,221); }

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