Html Css Color HEX #EF96EC Violet

📋 copy color: '#EF96EC'

red 239 ◦ green 150 ◦ blue 236

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

Shades of Violet #EF96EC

Tints of Violet #EF96EC

RGB

 RED value IS 239 (93.75% from 255) = 38.24%

 GREEN value IS 150 (58.98% from 255) = 24%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 38.24%
G = 24%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF96EC (or 0xEF96EC) is known color: Violet. HEX triplet: EF, 96 and EC. RGB value is (239,150,236). Sum of RGB (Red+Green+Blue) = 239+150+236=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96EC is #106913. Grayscale: #BABABA. Windows color (decimal): -1075476 or 15505135. OLE color: 15505135.

HSL color Cylindrical-coordinate representation of color #EF96EC: hue angle of 302.02º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96EC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 236 -
CMYK 0 0.37 0.01 0.06
HSL 302.02º 0.74% 0.76% -
HSV(B) 302.02º 0.37% 0.94% -
XYZ 61.64 46.22 85.03 -
YUV 186.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 239 150 236 0 0.37 0.01 0.06 302.02 0.74 0.76
Hex EF 96 EC 0 25 1 6 12E 4A 4C
Octal 357 226 354 0 45 1 6 456 112 114
Binary 11101111 10010110 11101100 0 100101 1 110 100101110 1001010 1001100

Color Harmonies of #EF96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96EC

Black with #EF96EC

Text Example


Text Example

White with #EF96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96EC; }

 p { color: rgb(239,150,236); }

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

background-color css

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

 a { background-color: rgb(239,150,236); }

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

border-color css

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

 span { border-color: rgb(239,150,236); }

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