Html Css Color HEX #E44074 Cranberry

📋 copy color: '#E44074'

red 228 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #E44074

Tints of Cranberry #E44074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 55.88%
G = 15.69%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E44074 (or 0xE44074) is known color: Cranberry. HEX triplet: E4, 40 and 74. RGB value is (228,64,116). Sum of RGB (Red+Green+Blue) = 228+64+116=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E44074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44074 is #1BBF8B. Grayscale: #767676. Windows color (decimal): -1818508 or 7618788. OLE color: 7618788.

HSL color Cylindrical-coordinate representation of color #E44074: hue angle of 340.98º 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 #E44074 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 116 -
CMYK 0 0.72 0.49 0.11
HSL 340.98º 0.75% 0.57% -
HSV(B) 340.98º 0.72% 0.89% -
XYZ 36.98 21.42 18.71 -
YUV 118.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 228 64 116 0 0.72 0.49 0.11 340.98 0.75 0.57
Hex E4 40 74 0 48 31 B 155 4B 39
Octal 344 100 164 0 110 61 13 525 113 71
Binary 11100100 1000000 1110100 0 1001000 110001 1011 101010101 1001011 111001

Color Harmonies of #E44074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44074

Black with #E44074

Text Example


Text Example

White with #E44074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44074; }

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

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

background-color css

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

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

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

border-color css

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

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

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