#EA506D

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

Shades of Cranberry #EA506D

Tints of Cranberry #EA506D

Color information

#EA506D (or 0xEA506D) is unknown color: approx Cranberry. HEX triplet: EA, 50 and 6D. RGB value is (234,80,109). Sum of RGB (Red+Green+Blue) = 234+80+109=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA506D is #15AF92. Grayscale: #818181. Windows color (decimal): -1421203 or 7164138. OLE color: 7164138.

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

Color convert

RGB23480109-
CMYK00.660.530.08
HSL348.7º78.57%61.57%-
HSV(B)348.7º65.81%91.76%-
XYZ39.5624.3317.08-
YUV129.35116.52202.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=55.32%
G=18.91%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348010900.660.530.08348.778.5761.57
HexEA506D04235815d4f3e
Octal3521201550102651053511776
Binary11101010101000011011010100001011010110001010111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA506D; }

 p { color: rgb(234,80,109); }

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

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

 a { background-color: rgb(234,80,109); }

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

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

 span { border-color: rgb(234,80,109); }

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