Html Css Color HEX #EA9FF4 Plum

📋 copy color: '#EA9FF4'

red 234 ◦ green 159 ◦ blue 244

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

Shades of Plum #EA9FF4

Tints of Plum #EA9FF4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.96%

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

R = 36.73%
G = 24.96%
B = 38.3%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA9FF4 (or 0xEA9FF4) is known color: Plum. HEX triplet: EA, 9F and F4. RGB value is (234,159,244). Sum of RGB (Red+Green+Blue) = 234+159+244=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA9FF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF4 is #15600B. Grayscale: #BEBEBE. Windows color (decimal): -1400844 or 16031722. OLE color: 16031722.

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

Color convert

RGB 234 159 244 -
CMYK 0.04 0.35 0 0.04
HSL 292.94º 0.79% 0.79% -
HSV(B) 292.94º 0.35% 0.96% -
XYZ 62.66 48.82 91.71 -
YUV 191.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 234 159 244 0.04 0.35 0 0.04 292.94 0.79 0.79
Hex EA 9F F4 4 23 0 4 125 4F 4F
Octal 352 237 364 4 43 0 4 445 117 117
Binary 11101010 10011111 11110100 100 100011 0 100 100100101 1001111 1001111

Color Harmonies of #EA9FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FF4

Black with #EA9FF4

Text Example


Text Example

White with #EA9FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FF4; }

 p { color: rgb(234,159,244); }

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

background-color css

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

 a { background-color: rgb(234,159,244); }

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

border-color css

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

 span { border-color: rgb(234,159,244); }

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