Html Css Color HEX #EF8FFA Violet

📋 copy color: '#EF8FFA'

red 239 ◦ green 143 ◦ blue 250

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

Shades of Violet #EF8FFA

Tints of Violet #EF8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.63%

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

R = 37.82%
G = 22.63%
B = 39.56%

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

#EF8FFA (or 0xEF8FFA) is known color: Violet. HEX triplet: EF, 8F and FA. RGB value is (239,143,250). Sum of RGB (Red+Green+Blue) = 239+143+250=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFA is #107005. Grayscale: #B7B7B7. Windows color (decimal): -1077254 or 16420847. OLE color: 16420847.

HSL color Cylindrical-coordinate representation of color #EF8FFA: hue angle of 293.83º degrees, saturation: 0.91, 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 #EF8FFA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 143 250 -
CMYK 0.04 0.43 0 0.02
HSL 293.83º 0.91% 0.77% -
HSV(B) 293.83º 0.43% 0.98% -
XYZ 62.67 44.9 95.81 -
YUV 183.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 239 143 250 0.04 0.43 0 0.02 293.83 0.91 0.77
Hex EF 8F FA 4 2B 0 2 126 5B 4D
Octal 357 217 372 4 53 0 2 446 133 115
Binary 11101111 10001111 11111010 100 101011 0 10 100100110 1011011 1001101

Color Harmonies of #EF8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FFA

Black with #EF8FFA

Text Example


Text Example

White with #EF8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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