#EA448B

Color #EA448B Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EA448B

Tints of Violet Red #EA448B

Color information

#EA448B (or 0xEA448B) is unknown color: approx Violet Red. HEX triplet: EA, 44 and 8B. RGB value is (234,68,139). Sum of RGB (Red+Green+Blue) = 234+68+139=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA448B is #15BB74. Grayscale: #7D7D7D. Windows color (decimal): -1424245 or 9127146. OLE color: 9127146.

HSL color Cylindrical-coordinate representation of color #EA448B: hue angle of 334.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA448B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB23468139-
CMYK00.710.410.08
HSL334.34º79.81%59.22%-
HSV(B)334.34º70.94%91.76%-
XYZ40.6623.4926.82-
YUV125.73135.5205.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=53.06%
G=15.42%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346813900.710.410.08334.3479.8159.22
HexEA448B04729814e503b
Octal3521042130107511051612073
Binary111010101000100100010110100011110100110001010011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA448B; }

 p { color: rgb(234,68,139); }

 H1.HeaderClassName
 {
   color: #EA448B;
 }
 .AnyTagClassName
 {
   color: #EA448B;
 }
</style>
background-color css

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

 a { background-color: rgb(234,68,139); }

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

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

 span { border-color: rgb(234,68,139); }

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