Html Css Color HEX #EDA0F1 Plum

📋 copy color: '#EDA0F1'

red 237 ◦ green 160 ◦ blue 241

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

Shades of Plum #EDA0F1

Tints of Plum #EDA0F1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.08%

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 37.15%
G = 25.08%
B = 37.77%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDA0F1 (or 0xEDA0F1) is known color: Plum. HEX triplet: ED, A0 and F1. RGB value is (237,160,241). Sum of RGB (Red+Green+Blue) = 237+160+241=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDA0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0F1 is #125F0E. Grayscale: #C0C0C0. Windows color (decimal): -1203983 or 15835373. OLE color: 15835373.

HSL color Cylindrical-coordinate representation of color #EDA0F1: hue angle of 297.04º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA0F1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 160 241 -
CMYK 0.02 0.34 0 0.05
HSL 297.04º 0.74% 0.79% -
HSV(B) 297.04º 0.34% 0.95% -
XYZ 63.37 49.5 89.43 -
YUV 192.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 237 160 241 0.02 0.34 0 0.05 297.04 0.74 0.79
Hex ED A0 F1 2 22 0 5 129 4A 4F
Octal 355 240 361 2 42 0 5 451 112 117
Binary 11101101 10100000 11110001 10 100010 0 101 100101001 1001010 1001111

Color Harmonies of #EDA0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0F1

Black with #EDA0F1

Text Example


Text Example

White with #EDA0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0F1; }

 p { color: rgb(237,160,241); }

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

background-color css

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

 a { background-color: rgb(237,160,241); }

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

border-color css

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

 span { border-color: rgb(237,160,241); }

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