Html Css Color HEX #EB9CE2 Plum

📋 copy color: '#EB9CE2'

red 235 ◦ green 156 ◦ blue 226

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

Shades of Plum #EB9CE2

Tints of Plum #EB9CE2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.28%

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 38.09%
G = 25.28%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB9CE2 (or 0xEB9CE2) is known color: Plum. HEX triplet: EB, 9C and E2. RGB value is (235,156,226). Sum of RGB (Red+Green+Blue) = 235+156+226=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CE2 is #14631D. Grayscale: #BBBBBB. Windows color (decimal): -1336094 or 14851307. OLE color: 14851307.

HSL color Cylindrical-coordinate representation of color #EB9CE2: hue angle of 306.84º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CE2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 226 -
CMYK 0 0.34 0.04 0.08
HSL 306.84º 0.66% 0.77% -
HSV(B) 306.84º 0.34% 0.92% -
XYZ 59.88 46.93 77.85 -
YUV 187.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 235 156 226 0 0.34 0.04 0.08 306.84 0.66 0.77
Hex EB 9C E2 0 22 4 8 133 42 4D
Octal 353 234 342 0 42 4 10 463 102 115
Binary 11101011 10011100 11100010 0 100010 100 1000 100110011 1000010 1001101

Color Harmonies of #EB9CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9CE2

Black with #EB9CE2

Text Example


Text Example

White with #EB9CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9CE2; }

 p { color: rgb(235,156,226); }

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

background-color css

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

 a { background-color: rgb(235,156,226); }

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

border-color css

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

 span { border-color: rgb(235,156,226); }

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