#EA62A0

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

Shades of Brilliant Rose #EA62A0

Tints of Brilliant Rose #EA62A0

Color information

#EA62A0 (or 0xEA62A0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 62 and A0. RGB value is (234,98,160). Sum of RGB (Red+Green+Blue) = 234+98+160=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA62A0 is #159D5F. Grayscale: #919191. Windows color (decimal): -1416544 or 10511082. OLE color: 10511082.

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

Color convert

RGB23498160-
CMYK00.580.320.08
HSL332.65º76.4%65.1%-
HSV(B)332.65º58.12%91.76%-
XYZ44.6428.7736.46-
YUV145.73136.06190.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=47.56%
G=19.92%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349816000.580.320.08332.6576.465.1
HexEA62A003A20814d4c41
Octal3521422400724010515114101
Binary111010101100010101000000111010100000100010100110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA62A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA62A0; }

 p { color: rgb(234,98,160); }

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

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

 a { background-color: rgb(234,98,160); }

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

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

 span { border-color: rgb(234,98,160); }

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