Html Css Color HEX #EC6FE5 Violet

📋 copy color: '#EC6FE5'

red 236 ◦ green 111 ◦ blue 229

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

Shades of Violet #EC6FE5

Tints of Violet #EC6FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.27%

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

R = 40.97%
G = 19.27%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC6FE5 (or 0xEC6FE5) is known color: Violet. HEX triplet: EC, 6F and E5. RGB value is (236,111,229). Sum of RGB (Red+Green+Blue) = 236+111+229=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FE5 is #13901A. Grayscale: #A1A1A1. Windows color (decimal): -1282075 or 15036396. OLE color: 15036396.

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

Color convert

RGB 236 111 229 -
CMYK 0 0.53 0.03 0.07
HSL 303.36º 0.77% 0.68% -
HSV(B) 303.36º 0.53% 0.93% -
XYZ 54.42 34.86 77.99 -
YUV 161.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 236 111 229 0 0.53 0.03 0.07 303.36 0.77 0.68
Hex EC 6F E5 0 35 3 7 12F 4D 44
Octal 354 157 345 0 65 3 7 457 115 104
Binary 11101100 1101111 11100101 0 110101 11 111 100101111 1001101 1000100

Color Harmonies of #EC6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FE5

Black with #EC6FE5

Text Example


Text Example

White with #EC6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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