Html Css Color HEX #EDA2F6 Plum

📋 copy color: '#EDA2F6'

red 237 ◦ green 162 ◦ blue 246

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

Shades of Plum #EDA2F6

Tints of Plum #EDA2F6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.12%

 BLUE value IS 246 (96.48% from 255) = 38.14%

R = 36.74%
G = 25.12%
B = 38.14%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDA2F6 (or 0xEDA2F6) is known color: Plum. HEX triplet: ED, A2 and F6. RGB value is (237,162,246). Sum of RGB (Red+Green+Blue) = 237+162+246=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDA2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2F6 is #125D09. Grayscale: #C1C1C1. Windows color (decimal): -1203466 or 16163565. OLE color: 16163565.

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

Color convert

RGB 237 162 246 -
CMYK 0.04 0.34 0 0.04
HSL 293.57º 0.82% 0.8% -
HSV(B) 293.57º 0.34% 0.96% -
XYZ 64.48 50.5 93.54 -
YUV 194 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 237 162 246 0.04 0.34 0 0.04 293.57 0.82 0.8
Hex ED A2 F6 4 22 0 4 126 52 50
Octal 355 242 366 4 42 0 4 446 122 120
Binary 11101101 10100010 11110110 100 100010 0 100 100100110 1010010 1010000

Color Harmonies of #EDA2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2F6

Black with #EDA2F6

Text Example


Text Example

White with #EDA2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2F6; }

 p { color: rgb(237,162,246); }

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

background-color css

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

 a { background-color: rgb(237,162,246); }

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

border-color css

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

 span { border-color: rgb(237,162,246); }

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