Html Css Color HEX #E69BE4 Plum

📋 copy color: '#E69BE4'

red 230 ◦ green 155 ◦ blue 228

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

Shades of Plum #E69BE4

Tints of Plum #E69BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 37.52%
G = 25.29%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E69BE4 (or 0xE69BE4) is known color: Plum. HEX triplet: E6, 9B and E4. RGB value is (230,155,228). Sum of RGB (Red+Green+Blue) = 230+155+228=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BE4 is #19641B. Grayscale: #B9B9B9. Windows color (decimal): -1664028 or 14982118. OLE color: 14982118.

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

Color convert

RGB 230 155 228 -
CMYK 0 0.33 0.01 0.10
HSL 301.6º 0.6% 0.75% -
HSV(B) 301.6º 0.33% 0.9% -
XYZ 58.36 45.87 79.18 -
YUV 185.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 230 155 228 0 0.33 0.01 0.10 301.6 0.6 0.75
Hex E6 9B E4 0 21 1 A 12E 3C 4B
Octal 346 233 344 0 41 1 12 456 74 113
Binary 11100110 10011011 11100100 0 100001 1 1010 100101110 111100 1001011

Color Harmonies of #E69BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BE4

Black with #E69BE4

Text Example


Text Example

White with #E69BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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