Html Css Color HEX #E69AE2 Plum

📋 copy color: '#E69AE2'

red 230 ◦ green 154 ◦ blue 226

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

Shades of Plum #E69AE2

Tints of Plum #E69AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 37.7%
G = 25.25%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E69AE2 (or 0xE69AE2) is known color: Plum. HEX triplet: E6, 9A and E2. RGB value is (230,154,226). Sum of RGB (Red+Green+Blue) = 230+154+226=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AE2 is #19651D. Grayscale: #B8B8B8. Windows color (decimal): -1664286 or 14850790. OLE color: 14850790.

HSL color Cylindrical-coordinate representation of color #E69AE2: hue angle of 303.16º 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 #E69AE2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 154 226 -
CMYK 0 0.33 0.02 0.10
HSL 303.16º 0.6% 0.75% -
HSV(B) 303.16º 0.33% 0.9% -
XYZ 57.92 45.43 77.67 -
YUV 184.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 230 154 226 0 0.33 0.02 0.10 303.16 0.6 0.75
Hex E6 9A E2 0 21 2 A 12F 3C 4B
Octal 346 232 342 0 41 2 12 457 74 113
Binary 11100110 10011010 11100010 0 100001 10 1010 100101111 111100 1001011

Color Harmonies of #E69AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AE2

Black with #E69AE2

Text Example


Text Example

White with #E69AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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