Html Css Color HEX #EF9BED Plum

📋 copy color: '#EF9BED'

red 239 ◦ green 155 ◦ blue 237

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

Shades of Plum #EF9BED

Tints of Plum #EF9BED

RGB

 RED value IS 239 (93.75% from 255) = 37.88%

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

 BLUE value IS 237 (92.97% from 255) = 37.56%

R = 37.88%
G = 24.56%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF9BED (or 0xEF9BED) is known color: Plum. HEX triplet: EF, 9B and ED. RGB value is (239,155,237). Sum of RGB (Red+Green+Blue) = 239+155+237=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BED is #106412. Grayscale: #BDBDBD. Windows color (decimal): -1074195 or 15571951. OLE color: 15571951.

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

Color convert

RGB 239 155 237 -
CMYK 0 0.35 0.01 0.06
HSL 301.43º 0.72% 0.77% -
HSV(B) 301.43º 0.35% 0.94% -
XYZ 62.6 47.91 86.07 -
YUV 189.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 239 155 237 0 0.35 0.01 0.06 301.43 0.72 0.77
Hex EF 9B ED 0 23 1 6 12D 48 4D
Octal 357 233 355 0 43 1 6 455 110 115
Binary 11101111 10011011 11101101 0 100011 1 110 100101101 1001000 1001101

Color Harmonies of #EF9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BED

Black with #EF9BED

Text Example


Text Example

White with #EF9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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