Html Css Color HEX #EF85E6 Violet

📋 copy color: '#EF85E6'

red 239 ◦ green 133 ◦ blue 230

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

Shades of Violet #EF85E6

Tints of Violet #EF85E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.21%

R = 39.7%
G = 22.09%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF85E6 (or 0xEF85E6) is known color: Violet. HEX triplet: EF, 85 and E6. RGB value is (239,133,230). Sum of RGB (Red+Green+Blue) = 239+133+230=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85E6 is #107A19. Grayscale: #AFAFAF. Windows color (decimal): -1079834 or 15107567. OLE color: 15107567.

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

Color convert

RGB 239 133 230 -
CMYK 0 0.44 0.04 0.06
HSL 305.09º 0.77% 0.73% -
HSV(B) 305.09º 0.44% 0.94% -
XYZ 58.27 40.84 79.67 -
YUV 175.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 239 133 230 0 0.44 0.04 0.06 305.09 0.77 0.73
Hex EF 85 E6 0 2C 4 6 131 4D 49
Octal 357 205 346 0 54 4 6 461 115 111
Binary 11101111 10000101 11100110 0 101100 100 110 100110001 1001101 1001001

Color Harmonies of #EF85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85E6

Black with #EF85E6

Text Example


Text Example

White with #EF85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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