Html Css Color HEX #EF85FB Violet

📋 copy color: '#EF85FB'

red 239 ◦ green 133 ◦ blue 251

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

Shades of Violet #EF85FB

Tints of Violet #EF85FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.29%

R = 38.36%
G = 21.35%
B = 40.29%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF85FB (or 0xEF85FB) is known color: Violet. HEX triplet: EF, 85 and FB. RGB value is (239,133,251). Sum of RGB (Red+Green+Blue) = 239+133+251=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF85FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85FB is #107A04. Grayscale: #B1B1B1. Windows color (decimal): -1079813 or 16483823. OLE color: 16483823.

HSL color Cylindrical-coordinate representation of color #EF85FB: hue angle of 293.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF85FB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 133 251 -
CMYK 0.05 0.47 0 0.02
HSL 293.9º 0.94% 0.75% -
HSV(B) 293.9º 0.47% 0.98% -
XYZ 61.4 42.09 96.16 -
YUV 178.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 239 133 251 0.05 0.47 0 0.02 293.9 0.94 0.75
Hex EF 85 FB 5 2F 0 2 126 5E 4B
Octal 357 205 373 5 57 0 2 446 136 113
Binary 11101111 10000101 11111011 101 101111 0 10 100100110 1011110 1001011

Color Harmonies of #EF85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85FB

Black with #EF85FB

Text Example


Text Example

White with #EF85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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