Html Css Color HEX #EE85FA Violet

📋 copy color: '#EE85FA'

red 238 ◦ green 133 ◦ blue 250

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

Shades of Violet #EE85FA

Tints of Violet #EE85FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 38.33%
G = 21.42%
B = 40.26%

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

#EE85FA (or 0xEE85FA) is known color: Violet. HEX triplet: EE, 85 and FA. RGB value is (238,133,250). Sum of RGB (Red+Green+Blue) = 238+133+250=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FA is #117A05. Grayscale: #B1B1B1. Windows color (decimal): -1145350 or 16418286. OLE color: 16418286.

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

Color convert

RGB 238 133 250 -
CMYK 0.05 0.47 0 0.02
HSL 293.85º 0.92% 0.75% -
HSV(B) 293.85º 0.47% 0.98% -
XYZ 60.9 41.85 95.31 -
YUV 177.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 238 133 250 0.05 0.47 0 0.02 293.85 0.92 0.75
Hex EE 85 FA 5 2F 0 2 126 5C 4B
Octal 356 205 372 5 57 0 2 446 134 113
Binary 11101110 10000101 11111010 101 101111 0 10 100100110 1011100 1001011

Color Harmonies of #EE85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85FA

Black with #EE85FA

Text Example


Text Example

White with #EE85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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