Html Css Color HEX #EF85F9 Violet

📋 copy color: '#EF85F9'

red 239 ◦ green 133 ◦ blue 249

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

Shades of Violet #EF85F9

Tints of Violet #EF85F9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.42%

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

R = 38.49%
G = 21.42%
B = 40.1%

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

#EF85F9 (or 0xEF85F9) is known color: Violet. HEX triplet: EF, 85 and F9. RGB value is (239,133,249). Sum of RGB (Red+Green+Blue) = 239+133+249=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF85F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85F9 is #107A06. Grayscale: #B1B1B1. Windows color (decimal): -1079815 or 16352751. OLE color: 16352751.

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

Color convert

RGB 239 133 249 -
CMYK 0.04 0.47 0 0.02
HSL 294.83º 0.91% 0.75% -
HSV(B) 294.83º 0.47% 0.98% -
XYZ 61.08 41.97 94.5 -
YUV 177.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 239 133 249 0.04 0.47 0 0.02 294.83 0.91 0.75
Hex EF 85 F9 4 2F 0 2 127 5B 4B
Octal 357 205 371 4 57 0 2 447 133 113
Binary 11101111 10000101 11111001 100 101111 0 10 100100111 1011011 1001011

Color Harmonies of #EF85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85F9

Black with #EF85F9

Text Example


Text Example

White with #EF85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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