Html Css Color HEX #EF6EEF Violet

📋 copy color: '#EF6EEF'

red 239 ◦ green 110 ◦ blue 239

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

Shades of Violet #EF6EEF

Tints of Violet #EF6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.71%

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 40.65%
G = 18.71%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF6EEF (or 0xEF6EEF) is known color: Violet. HEX triplet: EF, 6E and EF. RGB value is (239,110,239). Sum of RGB (Red+Green+Blue) = 239+110+239=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF6EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EEF is #109110. Grayscale: #A2A2A2. Windows color (decimal): -1085713 or 15691503. OLE color: 15691503.

HSL color Cylindrical-coordinate representation of color #EF6EEF: hue angle of 300º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6EEF is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 110 239 -
CMYK 0 0.54 0 0.06
HSL 300º 0.8% 0.68% -
HSV(B) 300º 0.54% 0.94% -
XYZ 56.75 35.73 85.57 -
YUV 163.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 239 110 239 0 0.54 0 0.06 300 0.8 0.68
Hex EF 6E EF 0 36 0 6 12C 50 44
Octal 357 156 357 0 66 0 6 454 120 104
Binary 11101111 1101110 11101111 0 110110 0 110 100101100 1010000 1000100

Color Harmonies of #EF6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6EEF

Black with #EF6EEF

Text Example


Text Example

White with #EF6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6EEF; }

 p { color: rgb(239,110,239); }

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

background-color css

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

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

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

border-color css

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

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

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