Html Css Color HEX #EF93FE Violet

📋 copy color: '#EF93FE'

red 239 ◦ green 147 ◦ blue 254

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

Shades of Violet #EF93FE

Tints of Violet #EF93FE

RGB

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

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

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

R = 37.34%
G = 22.97%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF93FE (or 0xEF93FE) is known color: Violet. HEX triplet: EF, 93 and FE. RGB value is (239,147,254). Sum of RGB (Red+Green+Blue) = 239+147+254=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 147 (57.81% from 255 or 22.97% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF93FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93FE is #106C01. Grayscale: #BABABA. Windows color (decimal): -1076226 or 16684015. OLE color: 16684015.

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

Color convert

RGB 239 147 254 -
CMYK 0.06 0.42 0 0.00
HSL 291.59º 0.98% 0.79% -
HSV(B) 291.59º 0.42% 1% -
XYZ 63.92 46.37 99.35 -
YUV 186.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 239 147 254 0.06 0.42 0 0.00 291.59 0.98 0.79
Hex EF 93 FE 6 2A 0 0 124 62 4F
Octal 357 223 376 6 52 0 0 444 142 117
Binary 11101111 10010011 11111110 110 101010 0 0 100100100 1100010 1001111

Color Harmonies of #EF93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93FE

Black with #EF93FE

Text Example


Text Example

White with #EF93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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