Html Css Color HEX #ED9BEA Plum

📋 copy color: '#ED9BEA'

red 237 ◦ green 155 ◦ blue 234

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

Shades of Plum #ED9BEA

Tints of Plum #ED9BEA

RGB

 RED value IS 237 (92.97% from 255) = 37.86%

 GREEN value IS 155 (60.94% from 255) = 24.76%

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

R = 37.86%
G = 24.76%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED9BEA (or 0xED9BEA) is known color: Plum. HEX triplet: ED, 9B and EA. RGB value is (237,155,234). Sum of RGB (Red+Green+Blue) = 237+155+234=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BEA is #126415. Grayscale: #BCBCBC. Windows color (decimal): -1205270 or 15375341. OLE color: 15375341.

HSL color Cylindrical-coordinate representation of color #ED9BEA: hue angle of 302.2º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BEA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 234 -
CMYK 0 0.35 0.01 0.07
HSL 302.2º 0.69% 0.77% -
HSV(B) 302.2º 0.35% 0.93% -
XYZ 61.5 47.39 83.75 -
YUV 188.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 237 155 234 0 0.35 0.01 0.07 302.2 0.69 0.77
Hex ED 9B EA 0 23 1 7 12E 45 4D
Octal 355 233 352 0 43 1 7 456 105 115
Binary 11101101 10011011 11101010 0 100011 1 111 100101110 1000101 1001101

Color Harmonies of #ED9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BEA

Black with #ED9BEA

Text Example


Text Example

White with #ED9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BEA; }

 p { color: rgb(237,155,234); }

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

background-color css

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

 a { background-color: rgb(237,155,234); }

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

border-color css

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

 span { border-color: rgb(237,155,234); }

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