Html Css Color HEX #E71FDC Razzle Dazzle Rose

📋 copy color: '#E71FDC'

red 231 ◦ green 31 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E71FDC

Tints of Razzle Dazzle Rose #E71FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 47.93%
G = 6.43%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E71FDC (or 0xE71FDC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1F and DC. RGB value is (231,31,220). Sum of RGB (Red+Green+Blue) = 231+31+220=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FDC is #18E023. Grayscale: #6F6F6F. Windows color (decimal): -1630244 or 14426087. OLE color: 14426087.

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

Color convert

RGB 231 31 220 -
CMYK 0 0.87 0.05 0.09
HSL 303.3º 0.81% 0.51% -
HSV(B) 303.3º 0.87% 0.91% -
XYZ 46.36 23.14 69.73 -
YUV 112.35 188.76 212.63 -
System Red Green Blue C M Y K H S L
Decimal 231 31 220 0 0.87 0.05 0.09 303.3 0.81 0.51
Hex E7 1F DC 0 57 5 9 12F 51 33
Octal 347 37 334 0 127 5 11 457 121 63
Binary 11100111 11111 11011100 0 1010111 101 1001 100101111 1010001 110011

Color Harmonies of #E71FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FDC

Black with #E71FDC

Text Example


Text Example

White with #E71FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FDC; }

 p { color: rgb(231,31,220); }

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

background-color css

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

 a { background-color: rgb(231,31,220); }

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

border-color css

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

 span { border-color: rgb(231,31,220); }

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