Html Css Color HEX #EF6DEB Violet

📋 copy color: '#EF6DEB'

red 239 ◦ green 109 ◦ blue 235

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

Shades of Violet #EF6DEB

Tints of Violet #EF6DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.7%

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 40.99%
G = 18.7%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF6DEB (or 0xEF6DEB) is known color: Violet. HEX triplet: EF, 6D and EB. RGB value is (239,109,235). Sum of RGB (Red+Green+Blue) = 239+109+235=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 109 (42.97% from 255 or 18.70% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DEB is #109214. Grayscale: #A1A1A1. Windows color (decimal): -1085973 or 15429103. OLE color: 15429103.

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

Color convert

RGB 239 109 235 -
CMYK 0 0.54 0.02 0.06
HSL 301.85º 0.8% 0.68% -
HSV(B) 301.85º 0.54% 0.94% -
XYZ 56.06 35.29 82.45 -
YUV 162.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 239 109 235 0 0.54 0.02 0.06 301.85 0.8 0.68
Hex EF 6D EB 0 36 2 6 12E 50 44
Octal 357 155 353 0 66 2 6 456 120 104
Binary 11101111 1101101 11101011 0 110110 10 110 100101110 1010000 1000100

Color Harmonies of #EF6DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DEB

Black with #EF6DEB

Text Example


Text Example

White with #EF6DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DEB; }

 p { color: rgb(239,109,235); }

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

background-color css

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

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

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

border-color css

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

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

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