Html Css Color HEX #EE85FB Violet

📋 copy color: '#EE85FB'

red 238 ◦ green 133 ◦ blue 251

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

Shades of Violet #EE85FB

Tints of Violet #EE85FB

RGB

 RED value IS 238 (93.36% from 255) = 38.26%

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

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

R = 38.26%
G = 21.38%
B = 40.35%

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

#EE85FB (or 0xEE85FB) is known color: Violet. HEX triplet: EE, 85 and FB. RGB value is (238,133,251). Sum of RGB (Red+Green+Blue) = 238+133+251=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE85FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FB is #117A04. Grayscale: #B1B1B1. Windows color (decimal): -1145349 or 16483822. OLE color: 16483822.

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

Color convert

RGB 238 133 251 -
CMYK 0.05 0.47 0 0.02
HSL 293.39º 0.94% 0.75% -
HSV(B) 293.39º 0.47% 0.98% -
XYZ 61.06 41.92 96.14 -
YUV 177.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 238 133 251 0.05 0.47 0 0.02 293.39 0.94 0.75
Hex EE 85 FB 5 2F 0 2 125 5E 4B
Octal 356 205 373 5 57 0 2 445 136 113
Binary 11101110 10000101 11111011 101 101111 0 10 100100101 1011110 1001011

Color Harmonies of #EE85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85FB

Black with #EE85FB

Text Example


Text Example

White with #EE85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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