Html Css Color HEX #EE8CEF Violet

📋 copy color: '#EE8CEF'

red 238 ◦ green 140 ◦ blue 239

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

Shades of Violet #EE8CEF

Tints of Violet #EE8CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 38.57%
G = 22.69%
B = 38.74%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE8CEF (or 0xEE8CEF) is known color: Violet. HEX triplet: EE, 8C and EF. RGB value is (238,140,239). Sum of RGB (Red+Green+Blue) = 238+140+239=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE8CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CEF is #117310. Grayscale: #B4B4B4. Windows color (decimal): -1143569 or 15699182. OLE color: 15699182.

HSL color Cylindrical-coordinate representation of color #EE8CEF: hue angle of 299.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CEF is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 140 239 -
CMYK 0.00 0.41 0 0.06
HSL 299.39º 0.76% 0.74% -
HSV(B) 299.39º 0.41% 0.94% -
XYZ 60.22 43.17 86.82 -
YUV 180.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 238 140 239 0.00 0.41 0 0.06 299.39 0.76 0.74
Hex EE 8C EF 0 29 0 6 12B 4C 4A
Octal 356 214 357 0 51 0 6 453 114 112
Binary 11101110 10001100 11101111 0 101001 0 110 100101011 1001100 1001010

Color Harmonies of #EE8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CEF

Black with #EE8CEF

Text Example


Text Example

White with #EE8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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