Html Css Color HEX #E1446F Cranberry

📋 copy color: '#E1446F'

red 225 ◦ green 68 ◦ blue 111

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

Shades of Cranberry #E1446F

Tints of Cranberry #E1446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 55.69%
G = 16.83%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1446F (or 0xE1446F) is known color: Cranberry. HEX triplet: E1, 44 and 6F. RGB value is (225,68,111). Sum of RGB (Red+Green+Blue) = 225+68+111=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1446F is #1EBB90. Grayscale: #777777. Windows color (decimal): -2014097 or 7292129. OLE color: 7292129.

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

Color convert

RGB 225 68 111 -
CMYK 0 0.70 0.51 0.12
HSL 343.57º 0.72% 0.57% -
HSV(B) 343.57º 0.7% 0.88% -
XYZ 35.99 21.29 17.25 -
YUV 119.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 225 68 111 0 0.70 0.51 0.12 343.57 0.72 0.57
Hex E1 44 6F 0 46 33 C 158 48 39
Octal 341 104 157 0 106 63 14 530 110 71
Binary 11100001 1000100 1101111 0 1000110 110011 1100 101011000 1001000 111001

Color Harmonies of #E1446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1446F

Black with #E1446F

Text Example


Text Example

White with #E1446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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