Html Css Color HEX #EF93F8 Violet

📋 copy color: '#EF93F8'

red 239 ◦ green 147 ◦ blue 248

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

Shades of Violet #EF93F8

Tints of Violet #EF93F8

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.19%

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

R = 37.7%
G = 23.19%
B = 39.12%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF93F8 (or 0xEF93F8) is known color: Violet. HEX triplet: EF, 93 and F8. RGB value is (239,147,248). Sum of RGB (Red+Green+Blue) = 239+147+248=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF93F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93F8 is #106C07. Grayscale: #B9B9B9. Windows color (decimal): -1076232 or 16290799. OLE color: 16290799.

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

Color convert

RGB 239 147 248 -
CMYK 0.04 0.41 0 0.03
HSL 294.65º 0.88% 0.77% -
HSV(B) 294.65º 0.41% 0.97% -
XYZ 62.97 46 94.37 -
YUV 186.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 239 147 248 0.04 0.41 0 0.03 294.65 0.88 0.77
Hex EF 93 F8 4 29 0 3 127 58 4D
Octal 357 223 370 4 51 0 3 447 130 115
Binary 11101111 10010011 11111000 100 101001 0 11 100100111 1011000 1001101

Color Harmonies of #EF93F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93F8

Black with #EF93F8

Text Example


Text Example

White with #EF93F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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