Html Css Color HEX #EF96FF Violet

📋 copy color: '#EF96FF'

red 239 ◦ green 150 ◦ blue 255

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

Shades of Violet #EF96FF

Tints of Violet #EF96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.6%

R = 37.11%
G = 23.29%
B = 39.6%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF96FF (or 0xEF96FF) is known color: Violet. HEX triplet: EF, 96 and FF. RGB value is (239,150,255). Sum of RGB (Red+Green+Blue) = 239+150+255=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96FF is #106900. Grayscale: #BCBCBC. Windows color (decimal): -1075457 or 16750319. OLE color: 16750319.

HSL color Cylindrical-coordinate representation of color #EF96FF: hue angle of 290.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF96FF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 150 255 -
CMYK 0.06 0.41 0 0
HSL 290.86º 1% 0.79% -
HSV(B) 290.86º 0.41% 1% -
XYZ 64.55 47.38 100.35 -
YUV 188.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 239 150 255 0.06 0.41 0 0 290.86 1 0.79
Hex EF 96 FF 6 29 0 0 123 64 4F
Octal 357 226 377 6 51 0 0 443 144 117
Binary 11101111 10010110 11111111 110 101001 0 0 100100011 1100100 1001111

Color Harmonies of #EF96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96FF

Black with #EF96FF

Text Example


Text Example

White with #EF96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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