Html Css Color HEX #EE94ED Violet

📋 copy color: '#EE94ED'

red 238 ◦ green 148 ◦ blue 237

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

Shades of Violet #EE94ED

Tints of Violet #EE94ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.76%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 38.2%
G = 23.76%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE94ED (or 0xEE94ED) is known color: Violet. HEX triplet: EE, 94 and ED. RGB value is (238,148,237). Sum of RGB (Red+Green+Blue) = 238+148+237=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94ED is #116B12. Grayscale: #B8B8B8. Windows color (decimal): -1141523 or 15570158. OLE color: 15570158.

HSL color Cylindrical-coordinate representation of color #EE94ED: hue angle of 300.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94ED is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 237 -
CMYK 0 0.38 0.00 0.07
HSL 300.67º 0.73% 0.76% -
HSV(B) 300.67º 0.38% 0.93% -
XYZ 61.14 45.47 85.68 -
YUV 185.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 238 148 237 0 0.38 0.00 0.07 300.67 0.73 0.76
Hex EE 94 ED 0 26 0 7 12D 49 4C
Octal 356 224 355 0 46 0 7 455 111 114
Binary 11101110 10010100 11101101 0 100110 0 111 100101101 1001001 1001100

Color Harmonies of #EE94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94ED

Black with #EE94ED

Text Example


Text Example

White with #EE94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94ED; }

 p { color: rgb(238,148,237); }

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

background-color css

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

 a { background-color: rgb(238,148,237); }

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

border-color css

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

 span { border-color: rgb(238,148,237); }

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