Html Css Color HEX #EC75EC Violet

📋 copy color: '#EC75EC'

red 236 ◦ green 117 ◦ blue 236

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

Shades of Violet #EC75EC

Tints of Violet #EC75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.86%

 BLUE value IS 236 (92.58% from 255) = 40.07%

R = 40.07%
G = 19.86%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC75EC (or 0xEC75EC) is known color: Violet. HEX triplet: EC, 75 and EC. RGB value is (236,117,236). Sum of RGB (Red+Green+Blue) = 236+117+236=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC75EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75EC is #138A13. Grayscale: #A5A5A5. Windows color (decimal): -1280532 or 15496684. OLE color: 15496684.

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

Color convert

RGB 236 117 236 -
CMYK 0 0.50 0 0.07
HSL 300º 0.76% 0.69% -
HSV(B) 300º 0.5% 0.93% -
XYZ 56.09 36.61 83.47 -
YUV 166.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 236 117 236 0 0.50 0 0.07 300 0.76 0.69
Hex EC 75 EC 0 32 0 7 12C 4C 45
Octal 354 165 354 0 62 0 7 454 114 105
Binary 11101100 1110101 11101100 0 110010 0 111 100101100 1001100 1000101

Color Harmonies of #EC75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75EC

Black with #EC75EC

Text Example


Text Example

White with #EC75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75EC; }

 p { color: rgb(236,117,236); }

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

background-color css

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

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

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

border-color css

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

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

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