Html Css Color HEX #EF6DEF Violet

📋 copy color: '#EF6DEF'

red 239 ◦ green 109 ◦ blue 239

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

Shades of Violet #EF6DEF

Tints of Violet #EF6DEF

RGB

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

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

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

R = 40.72%
G = 18.57%
B = 40.72%

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

#EF6DEF (or 0xEF6DEF) is known color: Violet. HEX triplet: EF, 6D and EF. RGB value is (239,109,239). Sum of RGB (Red+Green+Blue) = 239+109+239=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF6DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DEF is #109210. Grayscale: #A2A2A2. Windows color (decimal): -1085969 or 15691247. OLE color: 15691247.

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

Color convert

RGB 239 109 239 -
CMYK 0 0.54 0 0.06
HSL 300º 0.8% 0.68% -
HSV(B) 300º 0.54% 0.94% -
XYZ 56.65 35.52 85.53 -
YUV 162.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 239 109 239 0 0.54 0 0.06 300 0.8 0.68
Hex EF 6D EF 0 36 0 6 12C 50 44
Octal 357 155 357 0 66 0 6 454 120 104
Binary 11101111 1101101 11101111 0 110110 0 110 100101100 1010000 1000100

Color Harmonies of #EF6DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DEF

Black with #EF6DEF

Text Example


Text Example

White with #EF6DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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