Html Css Color HEX #EF8AF0 Violet

📋 copy color: '#EF8AF0'

red 239 ◦ green 138 ◦ blue 240

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

Shades of Violet #EF8AF0

Tints of Violet #EF8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.37%

 BLUE value IS 240 (94.14% from 255) = 38.9%

R = 38.74%
G = 22.37%
B = 38.9%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF8AF0 (or 0xEF8AF0) is known color: Violet. HEX triplet: EF, 8A and F0. RGB value is (239,138,240). Sum of RGB (Red+Green+Blue) = 239+138+240=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 138 (54.30% from 255 or 22.37% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AF0 is #10750F. Grayscale: #B3B3B3. Windows color (decimal): -1078544 or 15764207. OLE color: 15764207.

HSL color Cylindrical-coordinate representation of color #EF8AF0: hue angle of 299.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8AF0 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 240 -
CMYK 0.00 0.42 0 0.06
HSL 299.41º 0.77% 0.74% -
HSV(B) 299.41º 0.43% 0.94% -
XYZ 60.41 42.82 87.52 -
YUV 179.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 239 138 240 0.00 0.42 0 0.06 299.41 0.77 0.74
Hex EF 8A F0 0 2A 0 6 12B 4D 4A
Octal 357 212 360 0 52 0 6 453 115 112
Binary 11101111 10001010 11110000 0 101010 0 110 100101011 1001101 1001010

Color Harmonies of #EF8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8AF0

Black with #EF8AF0

Text Example


Text Example

White with #EF8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8AF0; }

 p { color: rgb(239,138,240); }

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

background-color css

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

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

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

border-color css

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

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

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