Html Css Color HEX #EF84F8 Violet

📋 copy color: '#EF84F8'

red 239 ◦ green 132 ◦ blue 248

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

Shades of Violet #EF84F8

Tints of Violet #EF84F8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.32%

 BLUE value IS 248 (97.27% from 255) = 40.06%

R = 38.61%
G = 21.32%
B = 40.06%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF84F8 (or 0xEF84F8) is known color: Violet. HEX triplet: EF, 84 and F8. RGB value is (239,132,248). Sum of RGB (Red+Green+Blue) = 239+132+248=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 132 (51.95% from 255 or 21.32% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF84F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F8 is #107B07. Grayscale: #B0B0B0. Windows color (decimal): -1080072 or 16286959. OLE color: 16286959.

HSL color Cylindrical-coordinate representation of color #EF84F8: hue angle of 295.34º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF84F8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 132 248 -
CMYK 0.04 0.47 0 0.03
HSL 295.34º 0.89% 0.75% -
HSV(B) 295.34º 0.47% 0.97% -
XYZ 60.79 41.63 93.64 -
YUV 177.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 239 132 248 0.04 0.47 0 0.03 295.34 0.89 0.75
Hex EF 84 F8 4 2F 0 3 127 59 4B
Octal 357 204 370 4 57 0 3 447 131 113
Binary 11101111 10000100 11111000 100 101111 0 11 100100111 1011001 1001011

Color Harmonies of #EF84F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84F8

Black with #EF84F8

Text Example


Text Example

White with #EF84F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84F8; }

 p { color: rgb(239,132,248); }

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

background-color css

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

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

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

border-color css

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

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

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