#EA279B

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

Shades of Persian Rose #EA279B

Tints of Persian Rose #EA279B

Color information

#EA279B (or 0xEA279B) is unknown color: approx Persian Rose. HEX triplet: EA, 27 and 9B. RGB value is (234,39,155). Sum of RGB (Red+Green+Blue) = 234+39+155=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA279B is #15D864. Grayscale: #6E6E6E. Windows color (decimal): -1431653 or 10168298. OLE color: 10168298.

HSL color Cylindrical-coordinate representation of color #EA279B: hue angle of 324.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA279B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23439155-
CMYK00.830.340.08
HSL324.31º82.28%53.53%-
HSV(B)324.31º83.33%91.76%-
XYZ40.5721.3132.99-
YUV110.53153.1216.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 39 (15.62% from 255) = 9.11%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=54.67%
G=9.11%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343915500.830.340.08324.3182.2853.53
HexEA279B0532281445236
Octal352472330123421050412266
Binary11101010100111100110110101001110001010001010001001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA279B; }

 p { color: rgb(234,39,155); }

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

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

 a { background-color: rgb(234,39,155); }

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

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

 span { border-color: rgb(234,39,155); }

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