Html Css Color HEX #EC71E7 Violet

📋 copy color: '#EC71E7'

red 236 ◦ green 113 ◦ blue 231

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

Shades of Violet #EC71E7

Tints of Violet #EC71E7

RGB

 RED value IS 236 (92.58% from 255) = 40.69%

 GREEN value IS 113 (44.53% from 255) = 19.48%

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 40.69%
G = 19.48%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC71E7 (or 0xEC71E7) is known color: Violet. HEX triplet: EC, 71 and E7. RGB value is (236,113,231). Sum of RGB (Red+Green+Blue) = 236+113+231=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71E7 is #138E18. Grayscale: #A2A2A2. Windows color (decimal): -1281561 or 15167980. OLE color: 15167980.

HSL color Cylindrical-coordinate representation of color #EC71E7: hue angle of 302.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71E7 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 231 -
CMYK 0 0.52 0.02 0.07
HSL 302.44º 0.76% 0.68% -
HSV(B) 302.44º 0.52% 0.93% -
XYZ 54.92 35.41 79.54 -
YUV 163.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 236 113 231 0 0.52 0.02 0.07 302.44 0.76 0.68
Hex EC 71 E7 0 34 2 7 12E 4C 44
Octal 354 161 347 0 64 2 7 456 114 104
Binary 11101100 1110001 11100111 0 110100 10 111 100101110 1001100 1000100

Color Harmonies of #EC71E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71E7

Black with #EC71E7

Text Example


Text Example

White with #EC71E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71E7; }

 p { color: rgb(236,113,231); }

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

background-color css

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

 a { background-color: rgb(236,113,231); }

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

border-color css

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

 span { border-color: rgb(236,113,231); }

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