Html Css Color HEX #EF93FF Violet

📋 copy color: '#EF93FF'

red 239 ◦ green 147 ◦ blue 255

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

Shades of Violet #EF93FF

Tints of Violet #EF93FF

RGB

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

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

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

R = 37.29%
G = 22.93%
B = 39.78%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF93FF (or 0xEF93FF) is known color: Violet. HEX triplet: EF, 93 and FF. RGB value is (239,147,255). Sum of RGB (Red+Green+Blue) = 239+147+255=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93FF is #106C00. Grayscale: #BABABA. Windows color (decimal): -1076225 or 16749551. OLE color: 16749551.

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

Color convert

RGB 239 147 255 -
CMYK 0.06 0.42 0 0
HSL 291.11º 1% 0.79% -
HSV(B) 291.11º 0.42% 1% -
XYZ 64.08 46.44 100.19 -
YUV 186.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 239 147 255 0.06 0.42 0 0 291.11 1 0.79
Hex EF 93 FF 6 2A 0 0 123 64 4F
Octal 357 223 377 6 52 0 0 443 144 117
Binary 11101111 10010011 11111111 110 101010 0 0 100100011 1100100 1001111

Color Harmonies of #EF93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93FF

Black with #EF93FF

Text Example


Text Example

White with #EF93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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