Html Css Color HEX #EF6AEC Violet

📋 copy color: '#EF6AEC'

red 239 ◦ green 106 ◦ blue 236

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

Shades of Violet #EF6AEC

Tints of Violet #EF6AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.24%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 41.14%
G = 18.24%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF6AEC (or 0xEF6AEC) is known color: Violet. HEX triplet: EF, 6A and EC. RGB value is (239,106,236). Sum of RGB (Red+Green+Blue) = 239+106+236=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AEC is #109513. Grayscale: #A0A0A0. Windows color (decimal): -1086740 or 15493871. OLE color: 15493871.

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

Color convert

RGB 239 106 236 -
CMYK 0 0.56 0.01 0.06
HSL 301.35º 0.81% 0.68% -
HSV(B) 301.35º 0.56% 0.94% -
XYZ 55.89 34.71 83.11 -
YUV 160.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 239 106 236 0 0.56 0.01 0.06 301.35 0.81 0.68
Hex EF 6A EC 0 38 1 6 12D 51 44
Octal 357 152 354 0 70 1 6 455 121 104
Binary 11101111 1101010 11101100 0 111000 1 110 100101101 1010001 1000100

Color Harmonies of #EF6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AEC

Black with #EF6AEC

Text Example


Text Example

White with #EF6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AEC; }

 p { color: rgb(239,106,236); }

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

background-color css

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

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

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

border-color css

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

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

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