Html Css Color HEX #EBAEEC Plum

📋 copy color: '#EBAEEC'

red 235 ◦ green 174 ◦ blue 236

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

Shades of Plum #EBAEEC

Tints of Plum #EBAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.59%

R = 36.43%
G = 26.98%
B = 36.59%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBAEEC (or 0xEBAEEC) is known color: Plum. HEX triplet: EB, AE and EC. RGB value is (235,174,236). Sum of RGB (Red+Green+Blue) = 235+174+236=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEC is #145113. Grayscale: #C7C7C7. Windows color (decimal): -1331476 or 15511275. OLE color: 15511275.

HSL color Cylindrical-coordinate representation of color #EBAEEC: hue angle of 299.03º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEEC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 174 236 -
CMYK 0.00 0.26 0 0.07
HSL 299.03º 0.62% 0.8% -
HSV(B) 299.03º 0.26% 0.93% -
XYZ 64.54 53.99 86.38 -
YUV 199.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 235 174 236 0.00 0.26 0 0.07 299.03 0.62 0.8
Hex EB AE EC 0 1A 0 7 12B 3E 50
Octal 353 256 354 0 32 0 7 453 76 120
Binary 11101011 10101110 11101100 0 11010 0 111 100101011 111110 1010000

Color Harmonies of #EBAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEEC

Black with #EBAEEC

Text Example


Text Example

White with #EBAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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