Html Css Color HEX #E44E70 Cranberry

📋 copy color: '#E44E70'

red 228 ◦ green 78 ◦ blue 112

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

Shades of Cranberry #E44E70

Tints of Cranberry #E44E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.66%

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

R = 54.55%
G = 18.66%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E44E70 (or 0xE44E70) is known color: Cranberry. HEX triplet: E4, 4E and 70. RGB value is (228,78,112). Sum of RGB (Red+Green+Blue) = 228+78+112=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44E70 is #1BB18F. Grayscale: #7E7E7E. Windows color (decimal): -1814928 or 7360228. OLE color: 7360228.

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

Color convert

RGB 228 78 112 -
CMYK 0 0.66 0.51 0.11
HSL 346.4º 0.74% 0.6% -
HSV(B) 346.4º 0.66% 0.89% -
XYZ 37.64 23.11 17.81 -
YUV 126.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 228 78 112 0 0.66 0.51 0.11 346.4 0.74 0.6
Hex E4 4E 70 0 42 33 B 15A 4A 3C
Octal 344 116 160 0 102 63 13 532 112 74
Binary 11100100 1001110 1110000 0 1000010 110011 1011 101011010 1001010 111100

Color Harmonies of #E44E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44E70

Black with #E44E70

Text Example


Text Example

White with #E44E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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