Html Css Color HEX #EC75F5 Violet

📋 copy color: '#EC75F5'

red 236 ◦ green 117 ◦ blue 245

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

Shades of Violet #EC75F5

Tints of Violet #EC75F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.97%

R = 39.46%
G = 19.57%
B = 40.97%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC75F5 (or 0xEC75F5) is known color: Violet. HEX triplet: EC, 75 and F5. RGB value is (236,117,245). Sum of RGB (Red+Green+Blue) = 236+117+245=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC75F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75F5 is #138A0A. Grayscale: #A6A6A6. Windows color (decimal): -1280523 or 16086508. OLE color: 16086508.

HSL color Cylindrical-coordinate representation of color #EC75F5: hue angle of 295.78º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC75F5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 117 245 -
CMYK 0.04 0.52 0 0.04
HSL 295.78º 0.86% 0.71% -
HSV(B) 295.78º 0.52% 0.96% -
XYZ 57.43 37.15 90.53 -
YUV 167.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 236 117 245 0.04 0.52 0 0.04 295.78 0.86 0.71
Hex EC 75 F5 4 34 0 4 128 56 47
Octal 354 165 365 4 64 0 4 450 126 107
Binary 11101100 1110101 11110101 100 110100 0 100 100101000 1010110 1000111

Color Harmonies of #EC75F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75F5

Black with #EC75F5

Text Example


Text Example

White with #EC75F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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