Html Css Color HEX #EDACEA Plum

📋 copy color: '#EDACEA'

red 237 ◦ green 172 ◦ blue 234

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

Shades of Plum #EDACEA

Tints of Plum #EDACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.75%

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

R = 36.86%
G = 26.75%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDACEA (or 0xEDACEA) is known color: Plum. HEX triplet: ED, AC and EA. RGB value is (237,172,234). Sum of RGB (Red+Green+Blue) = 237+172+234=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACEA is #125315. Grayscale: #C6C6C6. Windows color (decimal): -1200918 or 15379693. OLE color: 15379693.

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

Color convert

RGB 237 172 234 -
CMYK 0 0.27 0.01 0.07
HSL 302.77º 0.64% 0.8% -
HSV(B) 302.77º 0.27% 0.93% -
XYZ 64.53 53.45 84.76 -
YUV 198.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 237 172 234 0 0.27 0.01 0.07 302.77 0.64 0.8
Hex ED AC EA 0 1B 1 7 12F 40 50
Octal 355 254 352 0 33 1 7 457 100 120
Binary 11101101 10101100 11101010 0 11011 1 111 100101111 1000000 1010000

Color Harmonies of #EDACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACEA

Black with #EDACEA

Text Example


Text Example

White with #EDACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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