Html Css Color HEX #EC75EA Violet

📋 copy color: '#EC75EA'

red 236 ◦ green 117 ◦ blue 234

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

Shades of Violet #EC75EA

Tints of Violet #EC75EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 40.2%
G = 19.93%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC75EA (or 0xEC75EA) is known color: Violet. HEX triplet: EC, 75 and EA. RGB value is (236,117,234). Sum of RGB (Red+Green+Blue) = 236+117+234=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75EA is #138A15. Grayscale: #A5A5A5. Windows color (decimal): -1280534 or 15365612. OLE color: 15365612.

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

Color convert

RGB 236 117 234 -
CMYK 0 0.50 0.01 0.07
HSL 301.01º 0.76% 0.69% -
HSV(B) 301.01º 0.5% 0.93% -
XYZ 55.8 36.5 81.95 -
YUV 165.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 236 117 234 0 0.50 0.01 0.07 301.01 0.76 0.69
Hex EC 75 EA 0 32 1 7 12D 4C 45
Octal 354 165 352 0 62 1 7 455 114 105
Binary 11101100 1110101 11101010 0 110010 1 111 100101101 1001100 1000101

Color Harmonies of #EC75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75EA

Black with #EC75EA

Text Example


Text Example

White with #EC75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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