Html Css Color HEX #EF8EFA Violet

📋 copy color: '#EF8EFA'

red 239 ◦ green 142 ◦ blue 250

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

Shades of Violet #EF8EFA

Tints of Violet #EF8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.5%

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 37.88%
G = 22.5%
B = 39.62%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF8EFA (or 0xEF8EFA) is known color: Violet. HEX triplet: EF, 8E and FA. RGB value is (239,142,250). Sum of RGB (Red+Green+Blue) = 239+142+250=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 142 (55.86% from 255 or 22.50% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EFA is #107105. Grayscale: #B6B6B6. Windows color (decimal): -1077510 or 16420591. OLE color: 16420591.

HSL color Cylindrical-coordinate representation of color #EF8EFA: hue angle of 293.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8EFA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 142 250 -
CMYK 0.04 0.43 0 0.02
HSL 293.89º 0.92% 0.77% -
HSV(B) 293.89º 0.43% 0.98% -
XYZ 62.52 44.6 95.76 -
YUV 183.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 239 142 250 0.04 0.43 0 0.02 293.89 0.92 0.77
Hex EF 8E FA 4 2B 0 2 126 5C 4D
Octal 357 216 372 4 53 0 2 446 134 115
Binary 11101111 10001110 11111010 100 101011 0 10 100100110 1011100 1001101

Color Harmonies of #EF8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EFA

Black with #EF8EFA

Text Example


Text Example

White with #EF8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EFA; }

 p { color: rgb(239,142,250); }

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

background-color css

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

 a { background-color: rgb(239,142,250); }

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

border-color css

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

 span { border-color: rgb(239,142,250); }

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