Html Css Color HEX #E69BEB Plum

📋 copy color: '#E69BEB'

red 230 ◦ green 155 ◦ blue 235

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

Shades of Plum #E69BEB

Tints of Plum #E69BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 37.1%
G = 25%
B = 37.9%

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

#E69BEB (or 0xE69BEB) is known color: Plum. HEX triplet: E6, 9B and EB. RGB value is (230,155,235). Sum of RGB (Red+Green+Blue) = 230+155+235=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #E69BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BEB is #196414. Grayscale: #BABABA. Windows color (decimal): -1664021 or 15440870. OLE color: 15440870.

HSL color Cylindrical-coordinate representation of color #E69BEB: hue angle of 296.25º degrees, saturation: 0.67, 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 #E69BEB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 155 235 -
CMYK 0.02 0.34 0 0.08
HSL 296.25º 0.67% 0.76% -
HSV(B) 296.25º 0.34% 0.92% -
XYZ 59.35 46.26 84.4 -
YUV 186.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 230 155 235 0.02 0.34 0 0.08 296.25 0.67 0.76
Hex E6 9B EB 2 22 0 8 128 43 4C
Octal 346 233 353 2 42 0 10 450 103 114
Binary 11100110 10011011 11101011 10 100010 0 1000 100101000 1000011 1001100

Color Harmonies of #E69BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BEB

Black with #E69BEB

Text Example


Text Example

White with #E69BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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