Html Css Color HEX #E44275 Cranberry

📋 copy color: '#E44275'

red 228 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #E44275

Tints of Cranberry #E44275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 55.47%
G = 16.06%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E44275 (or 0xE44275) is known color: Cranberry. HEX triplet: E4, 42 and 75. RGB value is (228,66,117). Sum of RGB (Red+Green+Blue) = 228+66+117=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E44275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44275 is #1BBD8A. Grayscale: #787878. Windows color (decimal): -1817995 or 7684836. OLE color: 7684836.

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

Color convert

RGB 228 66 117 -
CMYK 0 0.71 0.49 0.11
HSL 341.11º 0.75% 0.58% -
HSV(B) 341.11º 0.71% 0.89% -
XYZ 37.15 21.67 19.06 -
YUV 120.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 228 66 117 0 0.71 0.49 0.11 341.11 0.75 0.58
Hex E4 42 75 0 47 31 B 155 4B 3A
Octal 344 102 165 0 107 61 13 525 113 72
Binary 11100100 1000010 1110101 0 1000111 110001 1011 101010101 1001011 111010

Color Harmonies of #E44275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44275

Black with #E44275

Text Example


Text Example

White with #E44275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44275; }

 p { color: rgb(228,66,117); }

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

background-color css

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

 a { background-color: rgb(228,66,117); }

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

border-color css

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

 span { border-color: rgb(228,66,117); }

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