Html Css Color HEX #EF85FA Violet

📋 copy color: '#EF85FA'

red 239 ◦ green 133 ◦ blue 250

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

Shades of Violet #EF85FA

Tints of Violet #EF85FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 38.42%
G = 21.38%
B = 40.19%

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

#EF85FA (or 0xEF85FA) is known color: Violet. HEX triplet: EF, 85 and FA. RGB value is (239,133,250). Sum of RGB (Red+Green+Blue) = 239+133+250=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85FA is #107A05. Grayscale: #B1B1B1. Windows color (decimal): -1079814 or 16418287. OLE color: 16418287.

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

Color convert

RGB 239 133 250 -
CMYK 0.04 0.47 0 0.02
HSL 294.36º 0.92% 0.75% -
HSV(B) 294.36º 0.47% 0.98% -
XYZ 61.24 42.03 95.33 -
YUV 178.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 239 133 250 0.04 0.47 0 0.02 294.36 0.92 0.75
Hex EF 85 FA 4 2F 0 2 126 5C 4B
Octal 357 205 372 4 57 0 2 446 134 113
Binary 11101111 10000101 11111010 100 101111 0 10 100100110 1011100 1001011

Color Harmonies of #EF85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85FA

Black with #EF85FA

Text Example


Text Example

White with #EF85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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