Html Css Color HEX #EC97FA Violet

📋 copy color: '#EC97FA'

red 236 ◦ green 151 ◦ blue 250

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

Shades of Violet #EC97FA

Tints of Violet #EC97FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 37.05%
G = 23.7%
B = 39.25%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC97FA (or 0xEC97FA) is known color: Violet. HEX triplet: EC, 97 and FA. RGB value is (236,151,250). Sum of RGB (Red+Green+Blue) = 236+151+250=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 151 (59.38% from 255 or 23.70% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97FA is #136805. Grayscale: #BBBBBB. Windows color (decimal): -1271814 or 16422892. OLE color: 16422892.

HSL color Cylindrical-coordinate representation of color #EC97FA: hue angle of 291.52º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC97FA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 151 250 -
CMYK 0.06 0.40 0 0.02
HSL 291.52º 0.91% 0.79% -
HSV(B) 291.52º 0.4% 0.98% -
XYZ 62.91 46.87 96.17 -
YUV 187.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 236 151 250 0.06 0.40 0 0.02 291.52 0.91 0.79
Hex EC 97 FA 6 28 0 2 124 5B 4F
Octal 354 227 372 6 50 0 2 444 133 117
Binary 11101100 10010111 11111010 110 101000 0 10 100100100 1011011 1001111

Color Harmonies of #EC97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC97FA

Black with #EC97FA

Text Example


Text Example

White with #EC97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC97FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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