Html Css Color HEX #EBAEEE Plum

📋 copy color: '#EBAEEE'

red 235 ◦ green 174 ◦ blue 238

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

Shades of Plum #EBAEEE

Tints of Plum #EBAEEE

RGB

 RED value IS 235 (92.19% from 255) = 36.32%

 GREEN value IS 174 (68.36% from 255) = 26.89%

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 36.32%
G = 26.89%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBAEEE (or 0xEBAEEE) is known color: Plum. HEX triplet: EB, AE and EE. RGB value is (235,174,238). Sum of RGB (Red+Green+Blue) = 235+174+238=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEE is #145111. Grayscale: #C7C7C7. Windows color (decimal): -1331474 or 15642347. OLE color: 15642347.

HSL color Cylindrical-coordinate representation of color #EBAEEE: hue angle of 297.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBAEEE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 174 238 -
CMYK 0.01 0.27 0 0.07
HSL 297.19º 0.65% 0.81% -
HSV(B) 297.19º 0.27% 0.93% -
XYZ 64.83 54.11 87.92 -
YUV 199.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 235 174 238 0.01 0.27 0 0.07 297.19 0.65 0.81
Hex EB AE EE 1 1B 0 7 129 41 51
Octal 353 256 356 1 33 0 7 451 101 121
Binary 11101011 10101110 11101110 1 11011 0 111 100101001 1000001 1010001

Color Harmonies of #EBAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEEE

Black with #EBAEEE

Text Example


Text Example

White with #EBAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEEE; }

 p { color: rgb(235,174,238); }

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

background-color css

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

 a { background-color: rgb(235,174,238); }

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

border-color css

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

 span { border-color: rgb(235,174,238); }

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