#EA4E69

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

Shades of Cranberry #EA4E69

Tints of Cranberry #EA4E69

Color information

#EA4E69 (or 0xEA4E69) is unknown color: approx Cranberry. HEX triplet: EA, 4E and 69. RGB value is (234,78,105). Sum of RGB (Red+Green+Blue) = 234+78+105=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E69 is #15B196. Grayscale: #7F7F7F. Windows color (decimal): -1421719 or 6901482. OLE color: 6901482.

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

Color convert

RGB23478105-
CMYK00.670.550.08
HSL349.62º78.79%61.18%-
HSV(B)349.62º66.67%91.76%-
XYZ39.2123.9615.92-
YUV127.72115.18203.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.12%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=56.12%
G=18.71%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347810500.670.550.08349.6278.7961.18
HexEA4E6904337815e4f3d
Octal3521161510103671053611775
Binary11101010100111011010010100001111011110001010111101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4E69; }

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

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

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

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

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

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

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

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