Html Css Color HEX #EE8CFF Violet

📋 copy color: '#EE8CFF'

red 238 ◦ green 140 ◦ blue 255

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

Shades of Violet #EE8CFF

Tints of Violet #EE8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.12%

 BLUE value IS 255 (100% from 255) = 40.28%

R = 37.6%
G = 22.12%
B = 40.28%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE8CFF (or 0xEE8CFF) is known color: Violet. HEX triplet: EE, 8C and FF. RGB value is (238,140,255). Sum of RGB (Red+Green+Blue) = 238+140+255=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFF is #117300. Grayscale: #B6B6B6. Windows color (decimal): -1143553 or 16747758. OLE color: 16747758.

HSL color Cylindrical-coordinate representation of color #EE8CFF: hue angle of 291.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8CFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 140 255 -
CMYK 0.07 0.45 0 0
HSL 291.13º 1% 0.77% -
HSV(B) 291.13º 0.45% 1% -
XYZ 62.69 44.15 99.83 -
YUV 182.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 238 140 255 0.07 0.45 0 0 291.13 1 0.77
Hex EE 8C FF 7 2D 0 0 123 64 4D
Octal 356 214 377 7 55 0 0 443 144 115
Binary 11101110 10001100 11111111 111 101101 0 0 100100011 1100100 1001101

Color Harmonies of #EE8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CFF

Black with #EE8CFF

Text Example


Text Example

White with #EE8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CFF; }

 p { color: rgb(238,140,255); }

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

background-color css

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

 a { background-color: rgb(238,140,255); }

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

border-color css

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

 span { border-color: rgb(238,140,255); }

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