Html Css Color HEX #EC71ED Violet

📋 copy color: '#EC71ED'

red 236 ◦ green 113 ◦ blue 237

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

Shades of Violet #EC71ED

Tints of Violet #EC71ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 40.27%
G = 19.28%
B = 40.44%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC71ED (or 0xEC71ED) is known color: Violet. HEX triplet: EC, 71 and ED. RGB value is (236,113,237). Sum of RGB (Red+Green+Blue) = 236+113+237=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71ED is #138E12. Grayscale: #A3A3A3. Windows color (decimal): -1281555 or 15561196. OLE color: 15561196.

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

Color convert

RGB 236 113 237 -
CMYK 0.00 0.52 0 0.07
HSL 299.52º 0.78% 0.69% -
HSV(B) 299.52º 0.52% 0.93% -
XYZ 55.78 35.76 84.08 -
YUV 163.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 236 113 237 0.00 0.52 0 0.07 299.52 0.78 0.69
Hex EC 71 ED 0 34 0 7 12C 4E 45
Octal 354 161 355 0 64 0 7 454 116 105
Binary 11101100 1110001 11101101 0 110100 0 111 100101100 1001110 1000101

Color Harmonies of #EC71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71ED

Black with #EC71ED

Text Example


Text Example

White with #EC71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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