Html Css Color HEX #E44470 Cranberry

📋 copy color: '#E44470'

red 228 ◦ green 68 ◦ blue 112

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

Shades of Cranberry #E44470

Tints of Cranberry #E44470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

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

R = 55.88%
G = 16.67%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E44470 (or 0xE44470) is known color: Cranberry. HEX triplet: E4, 44 and 70. RGB value is (228,68,112). Sum of RGB (Red+Green+Blue) = 228+68+112=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E44470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44470 is #1BBB8F. Grayscale: #787878. Windows color (decimal): -1817488 or 7357668. OLE color: 7357668.

HSL color Cylindrical-coordinate representation of color #E44470: hue angle of 343.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44470 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 68 112 -
CMYK 0 0.70 0.51 0.11
HSL 343.5º 0.75% 0.58% -
HSV(B) 343.5º 0.7% 0.89% -
XYZ 36.99 21.8 17.59 -
YUV 120.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 228 68 112 0 0.70 0.51 0.11 343.5 0.75 0.58
Hex E4 44 70 0 46 33 B 158 4B 3A
Octal 344 104 160 0 106 63 13 530 113 72
Binary 11100100 1000100 1110000 0 1000110 110011 1011 101011000 1001011 111010

Color Harmonies of #E44470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44470

Black with #E44470

Text Example


Text Example

White with #E44470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44470; }

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

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

background-color css

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

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

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

border-color css

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

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

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