Html Css Color HEX #EF7AF6 Violet

📋 copy color: '#EF7AF6'

red 239 ◦ green 122 ◦ blue 246

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

Shades of Violet #EF7AF6

Tints of Violet #EF7AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.1%

 BLUE value IS 246 (96.48% from 255) = 40.53%

R = 39.37%
G = 20.1%
B = 40.53%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF7AF6 (or 0xEF7AF6) is known color: Violet. HEX triplet: EF, 7A and F6. RGB value is (239,122,246). Sum of RGB (Red+Green+Blue) = 239+122+246=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF7AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AF6 is #108509. Grayscale: #AAAAAA. Windows color (decimal): -1082634 or 16153327. OLE color: 16153327.

HSL color Cylindrical-coordinate representation of color #EF7AF6: hue angle of 296.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7AF6 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 122 246 -
CMYK 0.03 0.50 0 0.04
HSL 296.61º 0.87% 0.72% -
HSV(B) 296.61º 0.5% 0.96% -
XYZ 59.19 38.92 91.58 -
YUV 171.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 239 122 246 0.03 0.50 0 0.04 296.61 0.87 0.72
Hex EF 7A F6 3 32 0 4 129 57 48
Octal 357 172 366 3 62 0 4 451 127 110
Binary 11101111 1111010 11110110 11 110010 0 100 100101001 1010111 1001000

Color Harmonies of #EF7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7AF6

Black with #EF7AF6

Text Example


Text Example

White with #EF7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7AF6; }

 p { color: rgb(239,122,246); }

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

background-color css

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

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

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

border-color css

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

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

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