Html Css Color HEX #EBB2EF Plum

📋 copy color: '#EBB2EF'

red 235 ◦ green 178 ◦ blue 239

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

Shades of Plum #EBB2EF

Tints of Plum #EBB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.3%

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 36.04%
G = 27.3%
B = 36.66%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBB2EF (or 0xEBB2EF) is known color: Plum. HEX triplet: EB, B2 and EF. RGB value is (235,178,239). Sum of RGB (Red+Green+Blue) = 235+178+239=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2EF is #144D10. Grayscale: #C9C9C9. Windows color (decimal): -1330449 or 15708907. OLE color: 15708907.

HSL color Cylindrical-coordinate representation of color #EBB2EF: hue angle of 296.07º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB2EF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 178 239 -
CMYK 0.02 0.26 0 0.06
HSL 296.07º 0.66% 0.82% -
HSV(B) 296.07º 0.26% 0.94% -
XYZ 65.76 55.73 88.95 -
YUV 202 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 235 178 239 0.02 0.26 0 0.06 296.07 0.66 0.82
Hex EB B2 EF 2 1A 0 6 128 42 52
Octal 353 262 357 2 32 0 6 450 102 122
Binary 11101011 10110010 11101111 10 11010 0 110 100101000 1000010 1010010

Color Harmonies of #EBB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2EF

Black with #EBB2EF

Text Example


Text Example

White with #EBB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2EF; }

 p { color: rgb(235,178,239); }

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

background-color css

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

 a { background-color: rgb(235,178,239); }

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

border-color css

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

 span { border-color: rgb(235,178,239); }

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