Html Css Color HEX #E71CDF Razzle Dazzle Rose

📋 copy color: '#E71CDF'

red 231 ◦ green 28 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E71CDF

Tints of Razzle Dazzle Rose #E71CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.81%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 47.93%
G = 5.81%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E71CDF (or 0xE71CDF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1C and DF. RGB value is (231,28,223). Sum of RGB (Red+Green+Blue) = 231+28+223=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CDF is #18E320. Grayscale: #6E6E6E. Windows color (decimal): -1631009 or 14621927. OLE color: 14621927.

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

Color convert

RGB 231 28 223 -
CMYK 0 0.88 0.03 0.09
HSL 302.36º 0.81% 0.51% -
HSV(B) 302.36º 0.88% 0.91% -
XYZ 46.69 23.15 71.82 -
YUV 110.93 191.25 213.64 -
System Red Green Blue C M Y K H S L
Decimal 231 28 223 0 0.88 0.03 0.09 302.36 0.81 0.51
Hex E7 1C DF 0 58 3 9 12E 51 33
Octal 347 34 337 0 130 3 11 456 121 63
Binary 11100111 11100 11011111 0 1011000 11 1001 100101110 1010001 110011

Color Harmonies of #E71CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CDF

Black with #E71CDF

Text Example


Text Example

White with #E71CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CDF; }

 p { color: rgb(231,28,223); }

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

background-color css

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

 a { background-color: rgb(231,28,223); }

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

border-color css

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

 span { border-color: rgb(231,28,223); }

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