Html Css Color HEX #EE8CF1 Violet

📋 copy color: '#EE8CF1'

red 238 ◦ green 140 ◦ blue 241

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

Shades of Violet #EE8CF1

Tints of Violet #EE8CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 38.45%
G = 22.62%
B = 38.93%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE8CF1 (or 0xEE8CF1) is known color: Violet. HEX triplet: EE, 8C and F1. RGB value is (238,140,241). Sum of RGB (Red+Green+Blue) = 238+140+241=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE8CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CF1 is #11730E. Grayscale: #B4B4B4. Windows color (decimal): -1143567 or 15830254. OLE color: 15830254.

HSL color Cylindrical-coordinate representation of color #EE8CF1: hue angle of 298.22º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8CF1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 140 241 -
CMYK 0.01 0.42 0 0.05
HSL 298.22º 0.78% 0.75% -
HSV(B) 298.22º 0.42% 0.95% -
XYZ 60.52 43.28 88.38 -
YUV 180.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 238 140 241 0.01 0.42 0 0.05 298.22 0.78 0.75
Hex EE 8C F1 1 2A 0 5 12A 4E 4B
Octal 356 214 361 1 52 0 5 452 116 113
Binary 11101110 10001100 11110001 1 101010 0 101 100101010 1001110 1001011

Color Harmonies of #EE8CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CF1

Black with #EE8CF1

Text Example


Text Example

White with #EE8CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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