Html Css Color HEX #EC75E3 Violet

📋 copy color: '#EC75E3'

red 236 ◦ green 117 ◦ blue 227

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

Shades of Violet #EC75E3

Tints of Violet #EC75E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.14%

R = 40.69%
G = 20.17%
B = 39.14%

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

#EC75E3 (or 0xEC75E3) is known color: Violet. HEX triplet: EC, 75 and E3. RGB value is (236,117,227). Sum of RGB (Red+Green+Blue) = 236+117+227=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75E3 is #138A1C. Grayscale: #A4A4A4. Windows color (decimal): -1280541 or 14906860. OLE color: 14906860.

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

Color convert

RGB 236 117 227 -
CMYK 0 0.50 0.04 0.07
HSL 304.54º 0.76% 0.69% -
HSV(B) 304.54º 0.5% 0.93% -
XYZ 54.82 36.1 76.75 -
YUV 165.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 236 117 227 0 0.50 0.04 0.07 304.54 0.76 0.69
Hex EC 75 E3 0 32 4 7 131 4C 45
Octal 354 165 343 0 62 4 7 461 114 105
Binary 11101100 1110101 11100011 0 110010 100 111 100110001 1001100 1000101

Color Harmonies of #EC75E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75E3

Black with #EC75E3

Text Example


Text Example

White with #EC75E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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