Html Css Color HEX #EF84F9 Violet

📋 copy color: '#EF84F9'

red 239 ◦ green 132 ◦ blue 249

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

Shades of Violet #EF84F9

Tints of Violet #EF84F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 38.55%
G = 21.29%
B = 40.16%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF84F9 (or 0xEF84F9) is known color: Violet. HEX triplet: EF, 84 and F9. RGB value is (239,132,249). Sum of RGB (Red+Green+Blue) = 239+132+249=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF84F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F9 is #107B06. Grayscale: #B0B0B0. Windows color (decimal): -1080071 or 16352495. OLE color: 16352495.

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

Color convert

RGB 239 132 249 -
CMYK 0.04 0.47 0 0.02
HSL 294.87º 0.91% 0.75% -
HSV(B) 294.87º 0.47% 0.98% -
XYZ 60.95 41.69 94.46 -
YUV 177.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 239 132 249 0.04 0.47 0 0.02 294.87 0.91 0.75
Hex EF 84 F9 4 2F 0 2 127 5B 4B
Octal 357 204 371 4 57 0 2 447 133 113
Binary 11101111 10000100 11111001 100 101111 0 10 100100111 1011011 1001011

Color Harmonies of #EF84F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84F9

Black with #EF84F9

Text Example


Text Example

White with #EF84F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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