Html Css Color HEX #EF85EE Violet

📋 copy color: '#EF85EE'

red 239 ◦ green 133 ◦ blue 238

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

Shades of Violet #EF85EE

Tints of Violet #EF85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.02%

R = 39.18%
G = 21.8%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF85EE (or 0xEF85EE) is known color: Violet. HEX triplet: EF, 85 and EE. RGB value is (239,133,238). Sum of RGB (Red+Green+Blue) = 239+133+238=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85EE is #107A11. Grayscale: #B0B0B0. Windows color (decimal): -1079826 or 15631855. OLE color: 15631855.

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

Color convert

RGB 239 133 238 -
CMYK 0 0.44 0.00 0.06
HSL 300.57º 0.77% 0.73% -
HSV(B) 300.57º 0.44% 0.94% -
XYZ 59.42 41.3 85.73 -
YUV 176.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 239 133 238 0 0.44 0.00 0.06 300.57 0.77 0.73
Hex EF 85 EE 0 2C 0 6 12D 4D 49
Octal 357 205 356 0 54 0 6 455 115 111
Binary 11101111 10000101 11101110 0 101100 0 110 100101101 1001101 1001001

Color Harmonies of #EF85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85EE

Black with #EF85EE

Text Example


Text Example

White with #EF85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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