Html Css Color HEX #E69AE3 Plum

📋 copy color: '#E69AE3'

red 230 ◦ green 154 ◦ blue 227

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

Shades of Plum #E69AE3

Tints of Plum #E69AE3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.2%

 BLUE value IS 227 (89.06% from 255) = 37.15%

R = 37.64%
G = 25.2%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E69AE3 (or 0xE69AE3) is known color: Plum. HEX triplet: E6, 9A and E3. RGB value is (230,154,227). Sum of RGB (Red+Green+Blue) = 230+154+227=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AE3 is #19651C. Grayscale: #B8B8B8. Windows color (decimal): -1664285 or 14916326. OLE color: 14916326.

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

Color convert

RGB 230 154 227 -
CMYK 0 0.33 0.01 0.10
HSL 302.37º 0.6% 0.75% -
HSV(B) 302.37º 0.33% 0.9% -
XYZ 58.05 45.48 78.39 -
YUV 185.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 230 154 227 0 0.33 0.01 0.10 302.37 0.6 0.75
Hex E6 9A E3 0 21 1 A 12E 3C 4B
Octal 346 232 343 0 41 1 12 456 74 113
Binary 11100110 10011010 11100011 0 100001 1 1010 100101110 111100 1001011

Color Harmonies of #E69AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AE3

Black with #E69AE3

Text Example


Text Example

White with #E69AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AE3; }

 p { color: rgb(230,154,227); }

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

background-color css

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

 a { background-color: rgb(230,154,227); }

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

border-color css

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

 span { border-color: rgb(230,154,227); }

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