Html Css Color HEX #EF8AF1 Violet

📋 copy color: '#EF8AF1'

red 239 ◦ green 138 ◦ blue 241

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

Shades of Violet #EF8AF1

Tints of Violet #EF8AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39%

R = 38.67%
G = 22.33%
B = 39%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF8AF1 (or 0xEF8AF1) is known color: Violet. HEX triplet: EF, 8A and F1. RGB value is (239,138,241). Sum of RGB (Red+Green+Blue) = 239+138+241=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AF1 is #10750E. Grayscale: #B3B3B3. Windows color (decimal): -1078543 or 15829743. OLE color: 15829743.

HSL color Cylindrical-coordinate representation of color #EF8AF1: hue angle of 298.83º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8AF1 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 138 241 -
CMYK 0.01 0.43 0 0.05
HSL 298.84º 0.79% 0.74% -
HSV(B) 298.84º 0.43% 0.95% -
XYZ 60.56 42.88 88.3 -
YUV 179.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 239 138 241 0.01 0.43 0 0.05 298.84 0.79 0.74
Hex EF 8A F1 1 2B 0 5 12B 4F 4A
Octal 357 212 361 1 53 0 5 453 117 112
Binary 11101111 10001010 11110001 1 101011 0 101 100101011 1001111 1001010

Color Harmonies of #EF8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8AF1

Black with #EF8AF1

Text Example


Text Example

White with #EF8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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