Html Css Color HEX #E44964 Cranberry

📋 copy color: '#E44964'

red 228 ◦ green 73 ◦ blue 100

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

Shades of Cranberry #E44964

Tints of Cranberry #E44964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 56.86%
G = 18.2%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E44964 (or 0xE44964) is known color: Cranberry. HEX triplet: E4, 49 and 64. RGB value is (228,73,100). Sum of RGB (Red+Green+Blue) = 228+73+100=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E44964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44964 is #1BB69B. Grayscale: #7A7A7A. Windows color (decimal): -1816220 or 6572516. OLE color: 6572516.

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

Color convert

RGB 228 73 100 -
CMYK 0 0.68 0.56 0.11
HSL 349.55º 0.74% 0.59% -
HSV(B) 349.55º 0.68% 0.89% -
XYZ 36.68 22.18 14.4 -
YUV 122.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 228 73 100 0 0.68 0.56 0.11 349.55 0.74 0.59
Hex E4 49 64 0 44 38 B 15E 4A 3B
Octal 344 111 144 0 104 70 13 536 112 73
Binary 11100100 1001001 1100100 0 1000100 111000 1011 101011110 1001010 111011

Color Harmonies of #E44964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44964

Black with #E44964

Text Example


Text Example

White with #E44964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44964; }

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

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

background-color css

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

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

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

border-color css

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

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

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