Html Css Color HEX #EF8FEF Violet

📋 copy color: '#EF8FEF'

red 239 ◦ green 143 ◦ blue 239

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

Shades of Violet #EF8FEF

Tints of Violet #EF8FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 38.49%
G = 23.03%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF8FEF (or 0xEF8FEF) is known color: Violet. HEX triplet: EF, 8F and EF. RGB value is (239,143,239). Sum of RGB (Red+Green+Blue) = 239+143+239=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FEF is #107010. Grayscale: #B6B6B6. Windows color (decimal): -1077265 or 15699951. OLE color: 15699951.

HSL color Cylindrical-coordinate representation of color #EF8FEF: hue angle of 300º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FEF is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 239 -
CMYK 0 0.40 0 0.06
HSL 300º 0.75% 0.75% -
HSV(B) 300º 0.4% 0.94% -
XYZ 61 44.23 86.98 -
YUV 182.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 239 143 239 0 0.40 0 0.06 300 0.75 0.75
Hex EF 8F EF 0 28 0 6 12C 4B 4B
Octal 357 217 357 0 50 0 6 454 113 113
Binary 11101111 10001111 11101111 0 101000 0 110 100101100 1001011 1001011

Color Harmonies of #EF8FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FEF

Black with #EF8FEF

Text Example


Text Example

White with #EF8FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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