Html Css Color HEX #EB9CEA Plum

📋 copy color: '#EB9CEA'

red 235 ◦ green 156 ◦ blue 234

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

Shades of Plum #EB9CEA

Tints of Plum #EB9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.44%

R = 37.6%
G = 24.96%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB9CEA (or 0xEB9CEA) is known color: Plum. HEX triplet: EB, 9C and EA. RGB value is (235,156,234). Sum of RGB (Red+Green+Blue) = 235+156+234=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CEA is #146315. Grayscale: #BCBCBC. Windows color (decimal): -1336086 or 15375595. OLE color: 15375595.

HSL color Cylindrical-coordinate representation of color #EB9CEA: hue angle of 300.76º 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 #EB9CEA is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 234 -
CMYK 0 0.34 0.00 0.08
HSL 300.76º 0.66% 0.77% -
HSV(B) 300.76º 0.34% 0.92% -
XYZ 61 47.38 83.77 -
YUV 188.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 235 156 234 0 0.34 0.00 0.08 300.76 0.66 0.77
Hex EB 9C EA 0 22 0 8 12D 42 4D
Octal 353 234 352 0 42 0 10 455 102 115
Binary 11101011 10011100 11101010 0 100010 0 1000 100101101 1000010 1001101

Color Harmonies of #EB9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9CEA

Black with #EB9CEA

Text Example


Text Example

White with #EB9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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