Html Css Color HEX #EA9CF2 Plum

📋 copy color: '#EA9CF2'

red 234 ◦ green 156 ◦ blue 242

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

Shades of Plum #EA9CF2

Tints of Plum #EA9CF2

RGB

 RED value IS 234 (91.8% from 255) = 37.03%

 GREEN value IS 156 (61.33% from 255) = 24.68%

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 37.03%
G = 24.68%
B = 38.29%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA9CF2 (or 0xEA9CF2) is known color: Plum. HEX triplet: EA, 9C and F2. RGB value is (234,156,242). Sum of RGB (Red+Green+Blue) = 234+156+242=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA9CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CF2 is #15630D. Grayscale: #BCBCBC. Windows color (decimal): -1401614 or 15899882. OLE color: 15899882.

HSL color Cylindrical-coordinate representation of color #EA9CF2: hue angle of 294.42º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9CF2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 156 242 -
CMYK 0.03 0.36 0 0.05
HSL 294.42º 0.77% 0.78% -
HSV(B) 294.42º 0.36% 0.95% -
XYZ 61.85 47.68 89.95 -
YUV 189.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 234 156 242 0.03 0.36 0 0.05 294.42 0.77 0.78
Hex EA 9C F2 3 24 0 5 126 4D 4E
Octal 352 234 362 3 44 0 5 446 115 116
Binary 11101010 10011100 11110010 11 100100 0 101 100100110 1001101 1001110

Color Harmonies of #EA9CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CF2

Black with #EA9CF2

Text Example


Text Example

White with #EA9CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CF2; }

 p { color: rgb(234,156,242); }

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

background-color css

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

 a { background-color: rgb(234,156,242); }

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

border-color css

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

 span { border-color: rgb(234,156,242); }

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