Html Css Color HEX #EC99F2 Violet

📋 copy color: '#EC99F2'

red 236 ◦ green 153 ◦ blue 242

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

Shades of Violet #EC99F2

Tints of Violet #EC99F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.25%

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 37.4%
G = 24.25%
B = 38.35%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC99F2 (or 0xEC99F2) is known color: Violet. HEX triplet: EC, 99 and F2. RGB value is (236,153,242). Sum of RGB (Red+Green+Blue) = 236+153+242=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC99F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99F2 is #13660D. Grayscale: #BBBBBB. Windows color (decimal): -1271310 or 15899116. OLE color: 15899116.

HSL color Cylindrical-coordinate representation of color #EC99F2: hue angle of 295.96º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC99F2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 153 242 -
CMYK 0.02 0.37 0 0.05
HSL 295.96º 0.77% 0.77% -
HSV(B) 295.96º 0.37% 0.95% -
XYZ 62.01 47.03 89.81 -
YUV 187.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 236 153 242 0.02 0.37 0 0.05 295.96 0.77 0.77
Hex EC 99 F2 2 25 0 5 128 4D 4D
Octal 354 231 362 2 45 0 5 450 115 115
Binary 11101100 10011001 11110010 10 100101 0 101 100101000 1001101 1001101

Color Harmonies of #EC99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC99F2

Black with #EC99F2

Text Example


Text Example

White with #EC99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC99F2; }

 p { color: rgb(236,153,242); }

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

background-color css

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

 a { background-color: rgb(236,153,242); }

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

border-color css

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

 span { border-color: rgb(236,153,242); }

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