Html Css Color HEX #EF93EC Violet

📋 copy color: '#EF93EC'

red 239 ◦ green 147 ◦ blue 236

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

Shades of Violet #EF93EC

Tints of Violet #EF93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 38.42%
G = 23.63%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF93EC (or 0xEF93EC) is known color: Violet. HEX triplet: EF, 93 and EC. RGB value is (239,147,236). Sum of RGB (Red+Green+Blue) = 239+147+236=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93EC is #106C13. Grayscale: #B8B8B8. Windows color (decimal): -1076244 or 15504367. OLE color: 15504367.

HSL color Cylindrical-coordinate representation of color #EF93EC: hue angle of 301.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93EC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 236 -
CMYK 0 0.38 0.01 0.06
HSL 301.96º 0.74% 0.76% -
HSV(B) 301.96º 0.38% 0.94% -
XYZ 61.17 45.27 84.87 -
YUV 184.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 239 147 236 0 0.38 0.01 0.06 301.96 0.74 0.76
Hex EF 93 EC 0 26 1 6 12E 4A 4C
Octal 357 223 354 0 46 1 6 456 112 114
Binary 11101111 10010011 11101100 0 100110 1 110 100101110 1001010 1001100

Color Harmonies of #EF93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93EC

Black with #EF93EC

Text Example


Text Example

White with #EF93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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