#EA38B0

Color #EA38B0 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #EA38B0

Tints of Persian Rose #EA38B0

Color information

#EA38B0 (or 0xEA38B0) is unknown color: approx Persian Rose. HEX triplet: EA, 38 and B0. RGB value is (234,56,176). Sum of RGB (Red+Green+Blue) = 234+56+176=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA38B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA38B0 is #15C74F. Grayscale: #7A7A7A. Windows color (decimal): -1427280 or 11548906. OLE color: 11548906.

HSL color Cylindrical-coordinate representation of color #EA38B0: hue angle of 319.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA38B0 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB23456176-
CMYK00.760.250.08
HSL319.55º80.91%56.86%-
HSV(B)319.55º76.07%91.76%-
XYZ43.1823.4643.33-
YUV122.9157.97207.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 56 (22.27% from 255) = 12.02%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=50.21%
G=12.02%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345617600.760.250.08319.5580.9156.86
HexEA38B004C1981405139
Octal352702600114311050012171
Binary1110101011100010110000010011001100110001010000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA38B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA38B0; }

 p { color: rgb(234,56,176); }

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

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

 a { background-color: rgb(234,56,176); }

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

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

 span { border-color: rgb(234,56,176); }

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