Html Css Color HEX #E44972 Cranberry

📋 copy color: '#E44972'

red 228 ◦ green 73 ◦ blue 114

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

Shades of Cranberry #E44972

Tints of Cranberry #E44972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.59%

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

R = 54.94%
G = 17.59%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E44972 (or 0xE44972) is known color: Cranberry. HEX triplet: E4, 49 and 72. RGB value is (228,73,114). Sum of RGB (Red+Green+Blue) = 228+73+114=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E44972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44972 is #1BB68D. Grayscale: #7C7C7C. Windows color (decimal): -1816206 or 7490020. OLE color: 7490020.

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

Color convert

RGB 228 73 114 -
CMYK 0 0.68 0.50 0.11
HSL 344.13º 0.74% 0.59% -
HSV(B) 344.13º 0.68% 0.89% -
XYZ 37.41 22.47 18.29 -
YUV 124.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 228 73 114 0 0.68 0.50 0.11 344.13 0.74 0.59
Hex E4 49 72 0 44 32 B 158 4A 3B
Octal 344 111 162 0 104 62 13 530 112 73
Binary 11100100 1001001 1110010 0 1000100 110010 1011 101011000 1001010 111011

Color Harmonies of #E44972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44972

Black with #E44972

Text Example


Text Example

White with #E44972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44972; }

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

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

background-color css

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

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

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

border-color css

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

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

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