#EA4EAF

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

Shades of Brilliant Rose #EA4EAF

Tints of Brilliant Rose #EA4EAF

Color information

#EA4EAF (or 0xEA4EAF) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4E and AF. RGB value is (234,78,175). Sum of RGB (Red+Green+Blue) = 234+78+175=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4EAF is #15B150. Grayscale: #878787. Windows color (decimal): -1421649 or 11489002. OLE color: 11489002.

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

Color convert

RGB23478175-
CMYK00.670.250.08
HSL322.69º78.79%61.18%-
HSV(B)322.69º66.67%91.76%-
XYZ44.3926.0443.24-
YUV135.7150.18198.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 78 (30.86% from 255) = 16.02%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=48.05%
G=16.02%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347817500.670.250.08322.6978.7961.18
HexEA4EAF0431981434f3d
Octal3521162570103311050311775
Binary11101010100111010101111010000111100110001010000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EAF; }

 p { color: rgb(234,78,175); }

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

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

 a { background-color: rgb(234,78,175); }

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

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

 span { border-color: rgb(234,78,175); }

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