Html Css Color HEX #E71EDE Razzle Dazzle Rose

📋 copy color: '#E71EDE'

red 231 ◦ green 30 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E71EDE

Tints of Razzle Dazzle Rose #E71EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.21%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 47.83%
G = 6.21%
B = 45.96%

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

#E71EDE (or 0xE71EDE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1E and DE. RGB value is (231,30,222). Sum of RGB (Red+Green+Blue) = 231+30+222=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E71EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71EDE is #18E121. Grayscale: #6F6F6F. Windows color (decimal): -1630498 or 14556903. OLE color: 14556903.

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

Color convert

RGB 231 30 222 -
CMYK 0 0.87 0.04 0.09
HSL 302.69º 0.81% 0.51% -
HSV(B) 302.69º 0.87% 0.91% -
XYZ 46.6 23.19 71.13 -
YUV 111.99 190.09 212.89 -
System Red Green Blue C M Y K H S L
Decimal 231 30 222 0 0.87 0.04 0.09 302.69 0.81 0.51
Hex E7 1E DE 0 57 4 9 12F 51 33
Octal 347 36 336 0 127 4 11 457 121 63
Binary 11100111 11110 11011110 0 1010111 100 1001 100101111 1010001 110011

Color Harmonies of #E71EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EDE

Black with #E71EDE

Text Example


Text Example

White with #E71EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EDE; }

 p { color: rgb(231,30,222); }

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

background-color css

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

 a { background-color: rgb(231,30,222); }

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

border-color css

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

 span { border-color: rgb(231,30,222); }

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