Html Css Color HEX #E71EDA Razzle Dazzle Rose

📋 copy color: '#E71EDA'

red 231 ◦ green 30 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E71EDA

Tints of Razzle Dazzle Rose #E71EDA

RGB

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

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

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

R = 48.23%
G = 6.26%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E71EDA (or 0xE71EDA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1E and DA. RGB value is (231,30,218). Sum of RGB (Red+Green+Blue) = 231+30+218=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E71EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71EDA is #18E125. Grayscale: #6E6E6E. Windows color (decimal): -1630502 or 14294759. OLE color: 14294759.

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

Color convert

RGB 231 30 218 -
CMYK 0 0.87 0.06 0.09
HSL 303.88º 0.81% 0.51% -
HSV(B) 303.88º 0.87% 0.91% -
XYZ 46.07 22.98 68.34 -
YUV 111.53 188.09 213.21 -
System Red Green Blue C M Y K H S L
Decimal 231 30 218 0 0.87 0.06 0.09 303.88 0.81 0.51
Hex E7 1E DA 0 57 6 9 130 51 33
Octal 347 36 332 0 127 6 11 460 121 63
Binary 11100111 11110 11011010 0 1010111 110 1001 100110000 1010001 110011

Color Harmonies of #E71EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EDA

Black with #E71EDA

Text Example


Text Example

White with #E71EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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