Html Css Color HEX #E1447C Cranberry

📋 copy color: '#E1447C'

red 225 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #E1447C

Tints of Cranberry #E1447C

RGB

 RED value IS 225 (88.28% from 255) = 53.96%

 GREEN value IS 68 (26.95% from 255) = 16.31%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 53.96%
G = 16.31%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1447C (or 0xE1447C) is known color: Cranberry. HEX triplet: E1, 44 and 7C. RGB value is (225,68,124). Sum of RGB (Red+Green+Blue) = 225+68+124=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1447C is #1EBB83. Grayscale: #797979. Windows color (decimal): -2014084 or 8144097. OLE color: 8144097.

HSL color Cylindrical-coordinate representation of color #E1447C: hue angle of 338.6º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1447C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 124 -
CMYK 0 0.70 0.45 0.12
HSL 338.6º 0.72% 0.57% -
HSV(B) 338.6º 0.7% 0.88% -
XYZ 36.76 21.6 21.3 -
YUV 121.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 225 68 124 0 0.70 0.45 0.12 338.6 0.72 0.57
Hex E1 44 7C 0 46 2D C 153 48 39
Octal 341 104 174 0 106 55 14 523 110 71
Binary 11100001 1000100 1111100 0 1000110 101101 1100 101010011 1001000 111001

Color Harmonies of #E1447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1447C

Black with #E1447C

Text Example


Text Example

White with #E1447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1447C; }

 p { color: rgb(225,68,124); }

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

background-color css

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

 a { background-color: rgb(225,68,124); }

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

border-color css

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

 span { border-color: rgb(225,68,124); }

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