Html Css Color HEX #E69EE4 Plum

📋 copy color: '#E69EE4'

red 230 ◦ green 158 ◦ blue 228

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

Shades of Plum #E69EE4

Tints of Plum #E69EE4

RGB

 RED value IS 230 (90.23% from 255) = 37.34%

 GREEN value IS 158 (62.11% from 255) = 25.65%

 BLUE value IS 228 (89.45% from 255) = 37.01%

R = 37.34%
G = 25.65%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E69EE4 (or 0xE69EE4) is known color: Plum. HEX triplet: E6, 9E and E4. RGB value is (230,158,228). Sum of RGB (Red+Green+Blue) = 230+158+228=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EE4 is #19611B. Grayscale: #BBBBBB. Windows color (decimal): -1663260 or 14982886. OLE color: 14982886.

HSL color Cylindrical-coordinate representation of color #E69EE4: hue angle of 301.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EE4 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 158 228 -
CMYK 0 0.31 0.01 0.10
HSL 301.67º 0.59% 0.76% -
HSV(B) 301.67º 0.31% 0.9% -
XYZ 58.86 46.88 79.34 -
YUV 187.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 230 158 228 0 0.31 0.01 0.10 301.67 0.59 0.76
Hex E6 9E E4 0 1F 1 A 12E 3B 4C
Octal 346 236 344 0 37 1 12 456 73 114
Binary 11100110 10011110 11100100 0 11111 1 1010 100101110 111011 1001100

Color Harmonies of #E69EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EE4

Black with #E69EE4

Text Example


Text Example

White with #E69EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EE4; }

 p { color: rgb(230,158,228); }

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

background-color css

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

 a { background-color: rgb(230,158,228); }

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

border-color css

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

 span { border-color: rgb(230,158,228); }

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