Html Css Color HEX #E69BE8 Plum

📋 copy color: '#E69BE8'

red 230 ◦ green 155 ◦ blue 232

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

Shades of Plum #E69BE8

Tints of Plum #E69BE8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.12%

 BLUE value IS 232 (91.02% from 255) = 37.6%

R = 37.28%
G = 25.12%
B = 37.6%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E69BE8 (or 0xE69BE8) is known color: Plum. HEX triplet: E6, 9B and E8. RGB value is (230,155,232). Sum of RGB (Red+Green+Blue) = 230+155+232=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #E69BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BE8 is #196417. Grayscale: #B9B9B9. Windows color (decimal): -1664024 or 15244262. OLE color: 15244262.

HSL color Cylindrical-coordinate representation of color #E69BE8: hue angle of 298.44º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BE8 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 155 232 -
CMYK 0.01 0.33 0 0.09
HSL 298.44º 0.63% 0.76% -
HSV(B) 298.44º 0.33% 0.91% -
XYZ 58.92 46.09 82.14 -
YUV 186.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 230 155 232 0.01 0.33 0 0.09 298.44 0.63 0.76
Hex E6 9B E8 1 21 0 9 12A 3F 4C
Octal 346 233 350 1 41 0 11 452 77 114
Binary 11100110 10011011 11101000 1 100001 0 1001 100101010 111111 1001100

Color Harmonies of #E69BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BE8

Black with #E69BE8

Text Example


Text Example

White with #E69BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BE8; }

 p { color: rgb(230,155,232); }

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

background-color css

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

 a { background-color: rgb(230,155,232); }

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

border-color css

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

 span { border-color: rgb(230,155,232); }

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