Html Css Color HEX #E71ED6 Razzle Dazzle Rose

📋 copy color: '#E71ED6'

red 231 ◦ green 30 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E71ED6

Tints of Razzle Dazzle Rose #E71ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 48.63%
G = 6.32%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E71ED6 (or 0xE71ED6) is known color: Razzle Dazzle Rose. HEX triplet: E7, 1E and D6. RGB value is (231,30,214). Sum of RGB (Red+Green+Blue) = 231+30+214=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ED6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ED6 is #18E129. Grayscale: #6E6E6E. Windows color (decimal): -1630506 or 14032615. OLE color: 14032615.

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

Color convert

RGB 231 30 214 -
CMYK 0 0.87 0.07 0.09
HSL 305.07º 0.81% 0.51% -
HSV(B) 305.07º 0.87% 0.91% -
XYZ 45.56 22.77 65.61 -
YUV 111.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 231 30 214 0 0.87 0.07 0.09 305.07 0.81 0.51
Hex E7 1E D6 0 57 7 9 131 51 33
Octal 347 36 326 0 127 7 11 461 121 63
Binary 11100111 11110 11010110 0 1010111 111 1001 100110001 1010001 110011

Color Harmonies of #E71ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ED6

Black with #E71ED6

Text Example


Text Example

White with #E71ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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