Html Css Color HEX #E1446C Cranberry

📋 copy color: '#E1446C'

red 225 ◦ green 68 ◦ blue 108

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

Shades of Cranberry #E1446C

Tints of Cranberry #E1446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 56.11%
G = 16.96%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1446C (or 0xE1446C) is known color: Cranberry. HEX triplet: E1, 44 and 6C. RGB value is (225,68,108). Sum of RGB (Red+Green+Blue) = 225+68+108=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1446C is #1EBB93. Grayscale: #777777. Windows color (decimal): -2014100 or 7095521. OLE color: 7095521.

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

Color convert

RGB 225 68 108 -
CMYK 0 0.70 0.52 0.12
HSL 344.71º 0.72% 0.57% -
HSV(B) 344.71º 0.7% 0.88% -
XYZ 35.83 21.22 16.4 -
YUV 119.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 225 68 108 0 0.70 0.52 0.12 344.71 0.72 0.57
Hex E1 44 6C 0 46 34 C 159 48 39
Octal 341 104 154 0 106 64 14 531 110 71
Binary 11100001 1000100 1101100 0 1000110 110100 1100 101011001 1001000 111001

Color Harmonies of #E1446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1446C

Black with #E1446C

Text Example


Text Example

White with #E1446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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