Html Css Color HEX #EF8EF0 Violet

📋 copy color: '#EF8EF0'

red 239 ◦ green 142 ◦ blue 240

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

Shades of Violet #EF8EF0

Tints of Violet #EF8EF0

RGB

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

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

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

R = 38.49%
G = 22.87%
B = 38.65%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF8EF0 (or 0xEF8EF0) is known color: Violet. HEX triplet: EF, 8E and F0. RGB value is (239,142,240). Sum of RGB (Red+Green+Blue) = 239+142+240=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF8EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EF0 is #10710F. Grayscale: #B5B5B5. Windows color (decimal): -1077520 or 15765231. OLE color: 15765231.

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

Color convert

RGB 239 142 240 -
CMYK 0.00 0.41 0 0.06
HSL 299.39º 0.77% 0.75% -
HSV(B) 299.39º 0.41% 0.94% -
XYZ 61 43.99 87.71 -
YUV 182.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 239 142 240 0.00 0.41 0 0.06 299.39 0.77 0.75
Hex EF 8E F0 0 29 0 6 12B 4D 4B
Octal 357 216 360 0 51 0 6 453 115 113
Binary 11101111 10001110 11110000 0 101001 0 110 100101011 1001101 1001011

Color Harmonies of #EF8EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EF0

Black with #EF8EF0

Text Example


Text Example

White with #EF8EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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