Html Css Color HEX #EBAFF1 Plum

📋 copy color: '#EBAFF1'

red 235 ◦ green 175 ◦ blue 241

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

Shades of Plum #EBAFF1

Tints of Plum #EBAFF1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.88%

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

R = 36.1%
G = 26.88%
B = 37.02%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBAFF1 (or 0xEBAFF1) is known color: Plum. HEX triplet: EB, AF and F1. RGB value is (235,175,241). Sum of RGB (Red+Green+Blue) = 235+175+241=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF1 is #14500E. Grayscale: #C8C8C8. Windows color (decimal): -1331215 or 15839211. OLE color: 15839211.

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

Color convert

RGB 235 175 241 -
CMYK 0.02 0.27 0 0.05
HSL 294.55º 0.7% 0.82% -
HSV(B) 294.55º 0.27% 0.95% -
XYZ 65.47 54.67 90.32 -
YUV 200.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 235 175 241 0.02 0.27 0 0.05 294.55 0.7 0.82
Hex EB AF F1 2 1B 0 5 127 46 52
Octal 353 257 361 2 33 0 5 447 106 122
Binary 11101011 10101111 11110001 10 11011 0 101 100100111 1000110 1010010

Color Harmonies of #EBAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFF1

Black with #EBAFF1

Text Example


Text Example

White with #EBAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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