Html Css Color HEX #EF93EE Violet

📋 copy color: '#EF93EE'

red 239 ◦ green 147 ◦ blue 238

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

Shades of Violet #EF93EE

Tints of Violet #EF93EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 38.3%
G = 23.56%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF93EE (or 0xEF93EE) is known color: Violet. HEX triplet: EF, 93 and EE. RGB value is (239,147,238). Sum of RGB (Red+Green+Blue) = 239+147+238=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93EE is #106C11. Grayscale: #B8B8B8. Windows color (decimal): -1076242 or 15635439. OLE color: 15635439.

HSL color Cylindrical-coordinate representation of color #EF93EE: hue angle of 300.65º 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 #EF93EE is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 238 -
CMYK 0 0.38 0.00 0.06
HSL 300.65º 0.74% 0.76% -
HSV(B) 300.65º 0.38% 0.94% -
XYZ 61.46 45.39 86.41 -
YUV 184.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 239 147 238 0 0.38 0.00 0.06 300.65 0.74 0.76
Hex EF 93 EE 0 26 0 6 12D 4A 4C
Octal 357 223 356 0 46 0 6 455 112 114
Binary 11101111 10010011 11101110 0 100110 0 110 100101101 1001010 1001100

Color Harmonies of #EF93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93EE

Black with #EF93EE

Text Example


Text Example

White with #EF93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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