#EA4CAF

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

Shades of Brilliant Rose #EA4CAF

Tints of Brilliant Rose #EA4CAF

Color information

#EA4CAF (or 0xEA4CAF) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4C and AF. RGB value is (234,76,175). Sum of RGB (Red+Green+Blue) = 234+76+175=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4CAF is #15B350. Grayscale: #868686. Windows color (decimal): -1422161 or 11488490. OLE color: 11488490.

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

Color convert

RGB23476175-
CMYK00.680.250.08
HSL322.41º79%60.78%-
HSV(B)322.41º67.52%91.76%-
XYZ44.2525.7643.2-
YUV134.53150.85198.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 76 (30.08% from 255) = 15.67%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=48.25%
G=15.67%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347617500.680.250.08322.417960.78
HexEA4CAF0441981424f3d
Octal3521142570104311050211775
Binary11101010100110010101111010001001100110001010000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4CAF; }

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

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

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

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

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

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

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

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