Html Css Color HEX #EF6CEF Violet

📋 copy color: '#EF6CEF'

red 239 ◦ green 108 ◦ blue 239

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

Shades of Violet #EF6CEF

Tints of Violet #EF6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.43%

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

R = 40.78%
G = 18.43%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF6CEF (or 0xEF6CEF) is known color: Violet. HEX triplet: EF, 6C and EF. RGB value is (239,108,239). Sum of RGB (Red+Green+Blue) = 239+108+239=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF6CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CEF is #109310. Grayscale: #A1A1A1. Windows color (decimal): -1086225 or 15690991. OLE color: 15690991.

HSL color Cylindrical-coordinate representation of color #EF6CEF: 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.55%. Process color model (Four color, CMYK) of #EF6CEF is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 108 239 -
CMYK 0 0.55 0 0.06
HSL 300º 0.8% 0.68% -
HSV(B) 300º 0.55% 0.94% -
XYZ 56.54 35.31 85.5 -
YUV 162.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 239 108 239 0 0.55 0 0.06 300 0.8 0.68
Hex EF 6C EF 0 37 0 6 12C 50 44
Octal 357 154 357 0 67 0 6 454 120 104
Binary 11101111 1101100 11101111 0 110111 0 110 100101100 1010000 1000100

Color Harmonies of #EF6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CEF

Black with #EF6CEF

Text Example


Text Example

White with #EF6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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