Html Css Color HEX #EF6EED Violet

📋 copy color: '#EF6EED'

red 239 ◦ green 110 ◦ blue 237

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

Shades of Violet #EF6EED

Tints of Violet #EF6EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 40.78%
G = 18.77%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF6EED (or 0xEF6EED) is known color: Violet. HEX triplet: EF, 6E and ED. RGB value is (239,110,237). Sum of RGB (Red+Green+Blue) = 239+110+237=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EED is #109112. Grayscale: #A2A2A2. Windows color (decimal): -1085715 or 15560431. OLE color: 15560431.

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

Color convert

RGB 239 110 237 -
CMYK 0 0.54 0.01 0.06
HSL 300.93º 0.8% 0.68% -
HSV(B) 300.93º 0.54% 0.94% -
XYZ 56.46 35.62 84.02 -
YUV 163.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 239 110 237 0 0.54 0.01 0.06 300.93 0.8 0.68
Hex EF 6E ED 0 36 1 6 12D 50 44
Octal 357 156 355 0 66 1 6 455 120 104
Binary 11101111 1101110 11101101 0 110110 1 110 100101101 1010000 1000100

Color Harmonies of #EF6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6EED

Black with #EF6EED

Text Example


Text Example

White with #EF6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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