Html Css Color HEX #E1447D Cranberry

📋 copy color: '#E1447D'

red 225 ◦ green 68 ◦ blue 125

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

Shades of Cranberry #E1447D

Tints of Cranberry #E1447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 53.83%
G = 16.27%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1447D (or 0xE1447D) is known color: Cranberry. HEX triplet: E1, 44 and 7D. RGB value is (225,68,125). Sum of RGB (Red+Green+Blue) = 225+68+125=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1447D is #1EBB82. Grayscale: #797979. Windows color (decimal): -2014083 or 8209633. OLE color: 8209633.

HSL color Cylindrical-coordinate representation of color #E1447D: hue angle of 338.22º 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 #E1447D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 125 -
CMYK 0 0.70 0.44 0.12
HSL 338.22º 0.72% 0.57% -
HSV(B) 338.22º 0.7% 0.88% -
XYZ 36.82 21.62 21.63 -
YUV 121.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 225 68 125 0 0.70 0.44 0.12 338.22 0.72 0.57
Hex E1 44 7D 0 46 2C C 152 48 39
Octal 341 104 175 0 106 54 14 522 110 71
Binary 11100001 1000100 1111101 0 1000110 101100 1100 101010010 1001000 111001

Color Harmonies of #E1447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1447D

Black with #E1447D

Text Example


Text Example

White with #E1447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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