Html Css Color HEX #EC77E1 Violet

📋 copy color: '#EC77E1'

red 236 ◦ green 119 ◦ blue 225

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

Shades of Violet #EC77E1

Tints of Violet #EC77E1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.52%

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 40.69%
G = 20.52%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC77E1 (or 0xEC77E1) is known color: Violet. HEX triplet: EC, 77 and E1. RGB value is (236,119,225). Sum of RGB (Red+Green+Blue) = 236+119+225=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77E1 is #13881E. Grayscale: #A5A5A5. Windows color (decimal): -1280031 or 14776300. OLE color: 14776300.

HSL color Cylindrical-coordinate representation of color #EC77E1: hue angle of 305.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77E1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 225 -
CMYK 0 0.50 0.05 0.07
HSL 305.64º 0.75% 0.7% -
HSV(B) 305.64º 0.5% 0.93% -
XYZ 54.78 36.46 75.38 -
YUV 166.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 236 119 225 0 0.50 0.05 0.07 305.64 0.75 0.7
Hex EC 77 E1 0 32 5 7 132 4B 46
Octal 354 167 341 0 62 5 7 462 113 106
Binary 11101100 1110111 11100001 0 110010 101 111 100110010 1001011 1000110

Color Harmonies of #EC77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77E1

Black with #EC77E1

Text Example


Text Example

White with #EC77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77E1; }

 p { color: rgb(236,119,225); }

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

background-color css

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

 a { background-color: rgb(236,119,225); }

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

border-color css

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

 span { border-color: rgb(236,119,225); }

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