Html Css Color HEX #EF85ED Violet

📋 copy color: '#EF85ED'

red 239 ◦ green 133 ◦ blue 237

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

Shades of Violet #EF85ED

Tints of Violet #EF85ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 39.24%
G = 21.84%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF85ED (or 0xEF85ED) is known color: Violet. HEX triplet: EF, 85 and ED. RGB value is (239,133,237). Sum of RGB (Red+Green+Blue) = 239+133+237=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85ED is #107A12. Grayscale: #B0B0B0. Windows color (decimal): -1079827 or 15566319. OLE color: 15566319.

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

Color convert

RGB 239 133 237 -
CMYK 0 0.44 0.01 0.06
HSL 301.13º 0.77% 0.73% -
HSV(B) 301.13º 0.44% 0.94% -
XYZ 59.27 41.24 84.96 -
YUV 176.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 239 133 237 0 0.44 0.01 0.06 301.13 0.77 0.73
Hex EF 85 ED 0 2C 1 6 12D 4D 49
Octal 357 205 355 0 54 1 6 455 115 111
Binary 11101111 10000101 11101101 0 101100 1 110 100101101 1001101 1001001

Color Harmonies of #EF85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85ED

Black with #EF85ED

Text Example


Text Example

White with #EF85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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