Html Css Color HEX #E69EEA Plum

📋 copy color: '#E69EEA'

red 230 ◦ green 158 ◦ blue 234

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

Shades of Plum #E69EEA

Tints of Plum #E69EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 36.98%
G = 25.4%
B = 37.62%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E69EEA (or 0xE69EEA) is known color: Plum. HEX triplet: E6, 9E and EA. RGB value is (230,158,234). Sum of RGB (Red+Green+Blue) = 230+158+234=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #E69EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EEA is #196115. Grayscale: #BBBBBB. Windows color (decimal): -1663254 or 15376102. OLE color: 15376102.

HSL color Cylindrical-coordinate representation of color #E69EEA: hue angle of 296.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69EEA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 158 234 -
CMYK 0.02 0.32 0 0.08
HSL 296.84º 0.64% 0.77% -
HSV(B) 296.84º 0.32% 0.92% -
XYZ 59.71 47.22 83.81 -
YUV 188.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 230 158 234 0.02 0.32 0 0.08 296.84 0.64 0.77
Hex E6 9E EA 2 20 0 8 129 40 4D
Octal 346 236 352 2 40 0 10 451 100 115
Binary 11100110 10011110 11101010 10 100000 0 1000 100101001 1000000 1001101

Color Harmonies of #E69EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EEA

Black with #E69EEA

Text Example


Text Example

White with #E69EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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