Html Css Color HEX #EDA0F4 Plum

📋 copy color: '#EDA0F4'

red 237 ◦ green 160 ◦ blue 244

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

Shades of Plum #EDA0F4

Tints of Plum #EDA0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.07%

R = 36.97%
G = 24.96%
B = 38.07%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDA0F4 (or 0xEDA0F4) is known color: Plum. HEX triplet: ED, A0 and F4. RGB value is (237,160,244). Sum of RGB (Red+Green+Blue) = 237+160+244=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 160 (62.89% from 255 or 24.96% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDA0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0F4 is #125F0B. Grayscale: #C0C0C0. Windows color (decimal): -1203980 or 16031981. OLE color: 16031981.

HSL color Cylindrical-coordinate representation of color #EDA0F4: hue angle of 295º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA0F4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 160 244 -
CMYK 0.03 0.34 0 0.04
HSL 295º 0.79% 0.79% -
HSV(B) 295º 0.34% 0.96% -
XYZ 63.82 49.68 91.81 -
YUV 192.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 237 160 244 0.03 0.34 0 0.04 295 0.79 0.79
Hex ED A0 F4 3 22 0 4 127 4F 4F
Octal 355 240 364 3 42 0 4 447 117 117
Binary 11101101 10100000 11110100 11 100010 0 100 100100111 1001111 1001111

Color Harmonies of #EDA0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0F4

Black with #EDA0F4

Text Example


Text Example

White with #EDA0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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