Html Css Color HEX #EBAEF0 Plum

📋 copy color: '#EBAEF0'

red 235 ◦ green 174 ◦ blue 240

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

Shades of Plum #EBAEF0

Tints of Plum #EBAEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 36.21%
G = 26.81%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBAEF0 (or 0xEBAEF0) is known color: Plum. HEX triplet: EB, AE and F0. RGB value is (235,174,240). Sum of RGB (Red+Green+Blue) = 235+174+240=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF0 is #14510F. Grayscale: #C7C7C7. Windows color (decimal): -1331472 or 15773419. OLE color: 15773419.

HSL color Cylindrical-coordinate representation of color #EBAEF0: hue angle of 295.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBAEF0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 174 240 -
CMYK 0.02 0.28 0 0.06
HSL 295.45º 0.69% 0.81% -
HSV(B) 295.45º 0.28% 0.94% -
XYZ 65.13 54.23 89.47 -
YUV 199.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 235 174 240 0.02 0.28 0 0.06 295.45 0.69 0.81
Hex EB AE F0 2 1C 0 6 127 45 51
Octal 353 256 360 2 34 0 6 447 105 121
Binary 11101011 10101110 11110000 10 11100 0 110 100100111 1000101 1010001

Color Harmonies of #EBAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEF0

Black with #EBAEF0

Text Example


Text Example

White with #EBAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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