Html Css Color HEX #EF96FE Violet

📋 copy color: '#EF96FE'

red 239 ◦ green 150 ◦ blue 254

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

Shades of Violet #EF96FE

Tints of Violet #EF96FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 37.17%
G = 23.33%
B = 39.5%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF96FE (or 0xEF96FE) is known color: Violet. HEX triplet: EF, 96 and FE. RGB value is (239,150,254). Sum of RGB (Red+Green+Blue) = 239+150+254=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96FE is #106901. Grayscale: #BCBCBC. Windows color (decimal): -1075458 or 16684783. OLE color: 16684783.

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

Color convert

RGB 239 150 254 -
CMYK 0.06 0.41 0 0.00
HSL 291.35º 0.98% 0.79% -
HSV(B) 291.35º 0.41% 1% -
XYZ 64.39 47.32 99.51 -
YUV 188.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 239 150 254 0.06 0.41 0 0.00 291.35 0.98 0.79
Hex EF 96 FE 6 29 0 0 123 62 4F
Octal 357 226 376 6 51 0 0 443 142 117
Binary 11101111 10010110 11111110 110 101001 0 0 100100011 1100010 1001111

Color Harmonies of #EF96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96FE

Black with #EF96FE

Text Example


Text Example

White with #EF96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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