Html Css Color HEX #EC75E2 Violet

📋 copy color: '#EC75E2'

red 236 ◦ green 117 ◦ blue 226

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

Shades of Violet #EC75E2

Tints of Violet #EC75E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 40.76%
G = 20.21%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC75E2 (or 0xEC75E2) is known color: Violet. HEX triplet: EC, 75 and E2. RGB value is (236,117,226). Sum of RGB (Red+Green+Blue) = 236+117+226=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75E2 is #138A1D. Grayscale: #A4A4A4. Windows color (decimal): -1280542 or 14841324. OLE color: 14841324.

HSL color Cylindrical-coordinate representation of color #EC75E2: hue angle of 305.04º 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 #EC75E2 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 226 -
CMYK 0 0.50 0.04 0.07
HSL 305.04º 0.76% 0.69% -
HSV(B) 305.04º 0.5% 0.93% -
XYZ 54.68 36.05 76.03 -
YUV 165.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 236 117 226 0 0.50 0.04 0.07 305.04 0.76 0.69
Hex EC 75 E2 0 32 4 7 131 4C 45
Octal 354 165 342 0 62 4 7 461 114 105
Binary 11101100 1110101 11100010 0 110010 100 111 100110001 1001100 1000101

Color Harmonies of #EC75E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75E2

Black with #EC75E2

Text Example


Text Example

White with #EC75E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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