Html Css Color HEX #E69AEA Plum

📋 copy color: '#E69AEA'

red 230 ◦ green 154 ◦ blue 234

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

Shades of Plum #E69AEA

Tints of Plum #E69AEA

RGB

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

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

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

R = 37.22%
G = 24.92%
B = 37.86%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E69AEA (or 0xE69AEA) is known color: Plum. HEX triplet: E6, 9A and EA. RGB value is (230,154,234). Sum of RGB (Red+Green+Blue) = 230+154+234=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E69AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AEA is #196515. Grayscale: #B9B9B9. Windows color (decimal): -1664278 or 15375078. OLE color: 15375078.

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

Color convert

RGB 230 154 234 -
CMYK 0.02 0.34 0 0.08
HSL 297º 0.66% 0.76% -
HSV(B) 297º 0.34% 0.92% -
XYZ 59.04 45.87 83.58 -
YUV 185.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 230 154 234 0.02 0.34 0 0.08 297 0.66 0.76
Hex E6 9A EA 2 22 0 8 129 42 4C
Octal 346 232 352 2 42 0 10 451 102 114
Binary 11100110 10011010 11101010 10 100010 0 1000 100101001 1000010 1001100

Color Harmonies of #E69AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AEA

Black with #E69AEA

Text Example


Text Example

White with #E69AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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