Html Css Color HEX #EF6AEA Violet

📋 copy color: '#EF6AEA'

red 239 ◦ green 106 ◦ blue 234

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

Shades of Violet #EF6AEA

Tints of Violet #EF6AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 41.28%
G = 18.31%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF6AEA (or 0xEF6AEA) is known color: Violet. HEX triplet: EF, 6A and EA. RGB value is (239,106,234). Sum of RGB (Red+Green+Blue) = 239+106+234=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AEA is #109515. Grayscale: #9F9F9F. Windows color (decimal): -1086742 or 15362799. OLE color: 15362799.

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

Color convert

RGB 239 106 234 -
CMYK 0 0.56 0.02 0.06
HSL 302.26º 0.81% 0.68% -
HSV(B) 302.26º 0.56% 0.94% -
XYZ 55.6 34.6 81.59 -
YUV 160.36 169.56 184.09 -
System Red Green Blue C M Y K H S L
Decimal 239 106 234 0 0.56 0.02 0.06 302.26 0.81 0.68
Hex EF 6A EA 0 38 2 6 12E 51 44
Octal 357 152 352 0 70 2 6 456 121 104
Binary 11101111 1101010 11101010 0 111000 10 110 100101110 1010001 1000100

Color Harmonies of #EF6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AEA

Black with #EF6AEA

Text Example


Text Example

White with #EF6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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