Html Css Color HEX #E1486F Cranberry

📋 copy color: '#E1486F'

red 225 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #E1486F

Tints of Cranberry #E1486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

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

R = 55.15%
G = 17.65%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1486F (or 0xE1486F) is known color: Cranberry. HEX triplet: E1, 48 and 6F. RGB value is (225,72,111). Sum of RGB (Red+Green+Blue) = 225+72+111=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E1486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1486F is #1EB790. Grayscale: #7A7A7A. Windows color (decimal): -2013073 or 7293153. OLE color: 7293153.

HSL color Cylindrical-coordinate representation of color #E1486F: hue angle of 344.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1486F is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 111 -
CMYK 0 0.68 0.51 0.12
HSL 344.71º 0.72% 0.58% -
HSV(B) 344.71º 0.68% 0.88% -
XYZ 36.24 21.79 17.33 -
YUV 122.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 225 72 111 0 0.68 0.51 0.12 344.71 0.72 0.58
Hex E1 48 6F 0 44 33 C 159 48 3A
Octal 341 110 157 0 104 63 14 531 110 72
Binary 11100001 1001000 1101111 0 1000100 110011 1100 101011001 1001000 111010

Color Harmonies of #E1486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1486F

Black with #E1486F

Text Example


Text Example

White with #E1486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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