Html Css Color HEX #E44072 Cranberry

📋 copy color: '#E44072'

red 228 ◦ green 64 ◦ blue 114

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

Shades of Cranberry #E44072

Tints of Cranberry #E44072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 56.16%
G = 15.76%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E44072 (or 0xE44072) is known color: Cranberry. HEX triplet: E4, 40 and 72. RGB value is (228,64,114). Sum of RGB (Red+Green+Blue) = 228+64+114=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E44072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44072 is #1BBF8D. Grayscale: #767676. Windows color (decimal): -1818510 or 7487716. OLE color: 7487716.

HSL color Cylindrical-coordinate representation of color #E44072: hue angle of 341.71º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E44072 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 114 -
CMYK 0 0.72 0.50 0.11
HSL 341.71º 0.75% 0.57% -
HSV(B) 341.71º 0.72% 0.89% -
XYZ 36.87 21.38 18.1 -
YUV 118.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 228 64 114 0 0.72 0.50 0.11 341.71 0.75 0.57
Hex E4 40 72 0 48 32 B 156 4B 39
Octal 344 100 162 0 110 62 13 526 113 71
Binary 11100100 1000000 1110010 0 1001000 110010 1011 101010110 1001011 111001

Color Harmonies of #E44072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44072

Black with #E44072

Text Example


Text Example

White with #E44072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44072; }

 p { color: rgb(228,64,114); }

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

background-color css

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

 a { background-color: rgb(228,64,114); }

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

border-color css

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

 span { border-color: rgb(228,64,114); }

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