Html Css Color HEX #EA4A70 Cranberry

📋 copy color: '#EA4A70'

red 234 ◦ green 74 ◦ blue 112

#EA4A70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #EA4A70

Tints of Cranberry #EA4A70

RGB

 RED value IS 234 (91.8% from 255) = 55.71%

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 55.71%
G = 17.62%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA4A70 (or 0xEA4A70) is known color: Cranberry. HEX triplet: EA, 4A and 70. RGB value is (234,74,112). Sum of RGB (Red+Green+Blue) = 234+74+112=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A70 is #15B58F. Grayscale: #7E7E7E. Windows color (decimal): -1422736 or 7359210. OLE color: 7359210.

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

Color convert

RGB 234 74 112 -
CMYK 0 0.68 0.52 0.08
HSL 345.75º 0.79% 0.6% -
HSV(B) 345.75º 0.68% 0.92% -
XYZ 39.31 23.56 17.81 -
YUV 126.17 120.01 204.91 -
System Red Green Blue C M Y K H S L
Decimal 234 74 112 0 0.68 0.52 0.08 345.75 0.79 0.6
Hex EA 4A 70 0 44 34 8 15A 4F 3C
Octal 352 112 160 0 104 64 10 532 117 74
Binary 11101010 1001010 1110000 0 1000100 110100 1000 101011010 1001111 111100

Color Harmonies of #EA4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A70

Black with #EA4A70

Text Example


Text Example

White with #EA4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A70; }

 p { color: rgb(234,74,112); }

 H1.HeaderClassName
 {
   color: #EA4A70;
 }
 .AnyTagClassName
 {
   color: #EA4A70;
 }
</style>

background-color css

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

 a { background-color: rgb(234,74,112); }

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

border-color css

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

 span { border-color: rgb(234,74,112); }

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