Html Css Color HEX #EC97F5 Violet

📋 copy color: '#EC97F5'

red 236 ◦ green 151 ◦ blue 245

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

Shades of Violet #EC97F5

Tints of Violet #EC97F5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.89%

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

R = 37.34%
G = 23.89%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC97F5 (or 0xEC97F5) is known color: Violet. HEX triplet: EC, 97 and F5. RGB value is (236,151,245). Sum of RGB (Red+Green+Blue) = 236+151+245=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC97F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97F5 is #13680A. Grayscale: #BABABA. Windows color (decimal): -1271819 or 16095212. OLE color: 16095212.

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

Color convert

RGB 236 151 245 -
CMYK 0.04 0.38 0 0.04
HSL 294.26º 0.82% 0.78% -
HSV(B) 294.26º 0.38% 0.96% -
XYZ 62.14 46.56 92.1 -
YUV 187.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 236 151 245 0.04 0.38 0 0.04 294.26 0.82 0.78
Hex EC 97 F5 4 26 0 4 126 52 4E
Octal 354 227 365 4 46 0 4 446 122 116
Binary 11101100 10010111 11110101 100 100110 0 100 100100110 1010010 1001110

Color Harmonies of #EC97F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC97F5

Black with #EC97F5

Text Example


Text Example

White with #EC97F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC97F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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