Html Css Color HEX #EF85EF Violet

📋 copy color: '#EF85EF'

red 239 ◦ green 133 ◦ blue 239

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

Shades of Violet #EF85EF

Tints of Violet #EF85EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 39.12%
G = 21.77%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF85EF (or 0xEF85EF) is known color: Violet. HEX triplet: EF, 85 and EF. RGB value is (239,133,239). Sum of RGB (Red+Green+Blue) = 239+133+239=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85EF is #107A10. Grayscale: #B0B0B0. Windows color (decimal): -1079825 or 15697391. OLE color: 15697391.

HSL color Cylindrical-coordinate representation of color #EF85EF: hue angle of 300º 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 #EF85EF is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 239 -
CMYK 0 0.44 0 0.06
HSL 300º 0.77% 0.73% -
HSV(B) 300º 0.44% 0.94% -
XYZ 59.56 41.36 86.5 -
YUV 176.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 239 133 239 0 0.44 0 0.06 300 0.77 0.73
Hex EF 85 EF 0 2C 0 6 12C 4D 49
Octal 357 205 357 0 54 0 6 454 115 111
Binary 11101111 10000101 11101111 0 101100 0 110 100101100 1001101 1001001

Color Harmonies of #EF85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85EF

Black with #EF85EF

Text Example


Text Example

White with #EF85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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