Html Css Color HEX #E1486B Cranberry

📋 copy color: '#E1486B'

red 225 ◦ green 72 ◦ blue 107

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

Shades of Cranberry #E1486B

Tints of Cranberry #E1486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 55.69%
G = 17.82%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1486B (or 0xE1486B) is known color: Cranberry. HEX triplet: E1, 48 and 6B. RGB value is (225,72,107). Sum of RGB (Red+Green+Blue) = 225+72+107=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1486B is #1EB794. Grayscale: #797979. Windows color (decimal): -2013077 or 7031009. OLE color: 7031009.

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

Color convert

RGB 225 72 107 -
CMYK 0 0.68 0.52 0.12
HSL 346.27º 0.72% 0.58% -
HSV(B) 346.27º 0.68% 0.88% -
XYZ 36.02 21.7 16.2 -
YUV 121.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 225 72 107 0 0.68 0.52 0.12 346.27 0.72 0.58
Hex E1 48 6B 0 44 34 C 15A 48 3A
Octal 341 110 153 0 104 64 14 532 110 72
Binary 11100001 1001000 1101011 0 1000100 110100 1100 101011010 1001000 111010

Color Harmonies of #E1486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1486B

Black with #E1486B

Text Example


Text Example

White with #E1486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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