Html Css Color HEX #E69BED Plum

📋 copy color: '#E69BED'

red 230 ◦ green 155 ◦ blue 237

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

Shades of Plum #E69BED

Tints of Plum #E69BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 36.98%
G = 24.92%
B = 38.1%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E69BED (or 0xE69BED) is known color: Plum. HEX triplet: E6, 9B and ED. RGB value is (230,155,237). Sum of RGB (Red+Green+Blue) = 230+155+237=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E69BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BED is #196412. Grayscale: #BABABA. Windows color (decimal): -1664019 or 15571942. OLE color: 15571942.

HSL color Cylindrical-coordinate representation of color #E69BED: hue angle of 294.88º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69BED is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 155 237 -
CMYK 0.03 0.35 0 0.07
HSL 294.88º 0.69% 0.77% -
HSV(B) 294.88º 0.35% 0.93% -
XYZ 59.64 46.38 85.93 -
YUV 186.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 230 155 237 0.03 0.35 0 0.07 294.88 0.69 0.77
Hex E6 9B ED 3 23 0 7 127 45 4D
Octal 346 233 355 3 43 0 7 447 105 115
Binary 11100110 10011011 11101101 11 100011 0 111 100100111 1000101 1001101

Color Harmonies of #E69BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BED

Black with #E69BED

Text Example


Text Example

White with #E69BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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