Html Css Color HEX #EA9BF0 Plum

📋 copy color: '#EA9BF0'

red 234 ◦ green 155 ◦ blue 240

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

Shades of Plum #EA9BF0

Tints of Plum #EA9BF0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.64%

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 37.2%
G = 24.64%
B = 38.16%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA9BF0 (or 0xEA9BF0) is known color: Plum. HEX triplet: EA, 9B and F0. RGB value is (234,155,240). Sum of RGB (Red+Green+Blue) = 234+155+240=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA9BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BF0 is #15640F. Grayscale: #BCBCBC. Windows color (decimal): -1401872 or 15768554. OLE color: 15768554.

HSL color Cylindrical-coordinate representation of color #EA9BF0: hue angle of 295.76º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA9BF0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 155 240 -
CMYK 0.02 0.35 0 0.06
HSL 295.76º 0.74% 0.77% -
HSV(B) 295.76º 0.35% 0.94% -
XYZ 61.38 47.23 88.32 -
YUV 188.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 234 155 240 0.02 0.35 0 0.06 295.76 0.74 0.77
Hex EA 9B F0 2 23 0 6 128 4A 4D
Octal 352 233 360 2 43 0 6 450 112 115
Binary 11101010 10011011 11110000 10 100011 0 110 100101000 1001010 1001101

Color Harmonies of #EA9BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9BF0

Black with #EA9BF0

Text Example


Text Example

White with #EA9BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9BF0; }

 p { color: rgb(234,155,240); }

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

background-color css

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

 a { background-color: rgb(234,155,240); }

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

border-color css

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

 span { border-color: rgb(234,155,240); }

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