Html Css Color HEX #EF85EB Violet

📋 copy color: '#EF85EB'

red 239 ◦ green 133 ◦ blue 235

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

Shades of Violet #EF85EB

Tints of Violet #EF85EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.71%

R = 39.37%
G = 21.91%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF85EB (or 0xEF85EB) is known color: Violet. HEX triplet: EF, 85 and EB. RGB value is (239,133,235). Sum of RGB (Red+Green+Blue) = 239+133+235=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85EB is #107A14. Grayscale: #B0B0B0. Windows color (decimal): -1079829 or 15435247. OLE color: 15435247.

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

Color convert

RGB 239 133 235 -
CMYK 0 0.44 0.02 0.06
HSL 302.26º 0.77% 0.73% -
HSV(B) 302.26º 0.44% 0.94% -
XYZ 58.98 41.12 83.43 -
YUV 176.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 239 133 235 0 0.44 0.02 0.06 302.26 0.77 0.73
Hex EF 85 EB 0 2C 2 6 12E 4D 49
Octal 357 205 353 0 54 2 6 456 115 111
Binary 11101111 10000101 11101011 0 101100 10 110 100101110 1001101 1001001

Color Harmonies of #EF85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85EB

Black with #EF85EB

Text Example


Text Example

White with #EF85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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