Html Css Color HEX #EC80E5 Violet

📋 copy color: '#EC80E5'

red 236 ◦ green 128 ◦ blue 229

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

Shades of Violet #EC80E5

Tints of Violet #EC80E5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.59%

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 39.8%
G = 21.59%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC80E5 (or 0xEC80E5) is known color: Violet. HEX triplet: EC, 80 and E5. RGB value is (236,128,229). Sum of RGB (Red+Green+Blue) = 236+128+229=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80E5 is #137F1A. Grayscale: #ABABAB. Windows color (decimal): -1277723 or 15040748. OLE color: 15040748.

HSL color Cylindrical-coordinate representation of color #EC80E5: hue angle of 303.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80E5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 229 -
CMYK 0 0.46 0.03 0.07
HSL 303.89º 0.74% 0.71% -
HSV(B) 303.89º 0.46% 0.93% -
XYZ 56.45 38.93 78.67 -
YUV 171.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 236 128 229 0 0.46 0.03 0.07 303.89 0.74 0.71
Hex EC 80 E5 0 2E 3 7 130 4A 47
Octal 354 200 345 0 56 3 7 460 112 107
Binary 11101100 10000000 11100101 0 101110 11 111 100110000 1001010 1000111

Color Harmonies of #EC80E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80E5

Black with #EC80E5

Text Example


Text Example

White with #EC80E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80E5; }

 p { color: rgb(236,128,229); }

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

background-color css

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

 a { background-color: rgb(236,128,229); }

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

border-color css

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

 span { border-color: rgb(236,128,229); }

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