#EA45B1

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

Shades of Brilliant Rose #EA45B1

Tints of Brilliant Rose #EA45B1

Color information

#EA45B1 (or 0xEA45B1) is unknown color: approx Brilliant Rose. HEX triplet: EA, 45 and B1. RGB value is (234,69,177). Sum of RGB (Red+Green+Blue) = 234+69+177=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45B1 is #15BA4E. Grayscale: #828282. Windows color (decimal): -1423951 or 11617770. OLE color: 11617770.

HSL color Cylindrical-coordinate representation of color #EA45B1: hue angle of 320.73º 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 #EA45B1 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB23469177-
CMYK00.710.240.08
HSL320.73º79.71%59.41%-
HSV(B)320.73º70.51%91.76%-
XYZ4424.9244.09-
YUV130.65154.16201.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 69 (27.34% from 255) = 14.38%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=48.75%
G=14.38%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346917700.710.240.08320.7379.7159.41
HexEA45B1047188141503b
Octal3521052610107301050112073
Binary11101010100010110110001010001111100010001010000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45B1; }

 p { color: rgb(234,69,177); }

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

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

 a { background-color: rgb(234,69,177); }

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

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

 span { border-color: rgb(234,69,177); }

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