Html Css Color HEX #EBAEF1 Plum

📋 copy color: '#EBAEF1'

red 235 ◦ green 174 ◦ blue 241

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

Shades of Plum #EBAEF1

Tints of Plum #EBAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 36.15%
G = 26.77%
B = 37.08%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBAEF1 (or 0xEBAEF1) is known color: Plum. HEX triplet: EB, AE and F1. RGB value is (235,174,241). Sum of RGB (Red+Green+Blue) = 235+174+241=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBAEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF1 is #14510E. Grayscale: #C7C7C7. Windows color (decimal): -1331471 or 15838955. OLE color: 15838955.

HSL color Cylindrical-coordinate representation of color #EBAEF1: hue angle of 294.63º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAEF1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 174 241 -
CMYK 0.02 0.28 0 0.05
HSL 294.63º 0.71% 0.81% -
HSV(B) 294.63º 0.28% 0.95% -
XYZ 65.27 54.29 90.26 -
YUV 199.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 235 174 241 0.02 0.28 0 0.05 294.63 0.71 0.81
Hex EB AE F1 2 1C 0 5 127 47 51
Octal 353 256 361 2 34 0 5 447 107 121
Binary 11101011 10101110 11110001 10 11100 0 101 100100111 1000111 1010001

Color Harmonies of #EBAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEF1

Black with #EBAEF1

Text Example


Text Example

White with #EBAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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