Html Css Color HEX #E44A70 Cranberry

📋 copy color: '#E44A70'

red 228 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #E44A70

Tints of Cranberry #E44A70

RGB

 RED value IS 228 (89.45% from 255) = 55.07%

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

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

R = 55.07%
G = 17.87%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E44A70 (or 0xE44A70) is known color: Cranberry. HEX triplet: E4, 4A and 70. RGB value is (228,74,112). Sum of RGB (Red+Green+Blue) = 228+74+112=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44A70 is #1BB58F. Grayscale: #7C7C7C. Windows color (decimal): -1815952 or 7359204. OLE color: 7359204.

HSL color Cylindrical-coordinate representation of color #E44A70: hue angle of 345.19º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44A70 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 74 112 -
CMYK 0 0.68 0.51 0.11
HSL 345.19º 0.74% 0.59% -
HSV(B) 345.19º 0.68% 0.89% -
XYZ 37.37 22.56 17.71 -
YUV 124.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 228 74 112 0 0.68 0.51 0.11 345.19 0.74 0.59
Hex E4 4A 70 0 44 33 B 159 4A 3B
Octal 344 112 160 0 104 63 13 531 112 73
Binary 11100100 1001010 1110000 0 1000100 110011 1011 101011001 1001010 111011

Color Harmonies of #E44A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A70

Black with #E44A70

Text Example


Text Example

White with #E44A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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