Html Css Color HEX #EF96F8 Violet

📋 copy color: '#EF96F8'

red 239 ◦ green 150 ◦ blue 248

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

Shades of Violet #EF96F8

Tints of Violet #EF96F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.93%

R = 37.52%
G = 23.55%
B = 38.93%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF96F8 (or 0xEF96F8) is known color: Violet. HEX triplet: EF, 96 and F8. RGB value is (239,150,248). Sum of RGB (Red+Green+Blue) = 239+150+248=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF96F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96F8 is #106907. Grayscale: #BBBBBB. Windows color (decimal): -1075464 or 16291567. OLE color: 16291567.

HSL color Cylindrical-coordinate representation of color #EF96F8: hue angle of 294.49º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF96F8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 150 248 -
CMYK 0.04 0.40 0 0.03
HSL 294.49º 0.88% 0.78% -
HSV(B) 294.49º 0.4% 0.97% -
XYZ 63.45 46.94 94.52 -
YUV 187.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 239 150 248 0.04 0.40 0 0.03 294.49 0.88 0.78
Hex EF 96 F8 4 28 0 3 126 58 4E
Octal 357 226 370 4 50 0 3 446 130 116
Binary 11101111 10010110 11111000 100 101000 0 11 100100110 1011000 1001110

Color Harmonies of #EF96F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96F8

Black with #EF96F8

Text Example


Text Example

White with #EF96F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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