Html Css Color HEX #E5486C Cranberry

📋 copy color: '#E5486C'

red 229 ◦ green 72 ◦ blue 108

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

Shades of Cranberry #E5486C

Tints of Cranberry #E5486C

RGB

 RED value IS 229 (89.84% from 255) = 55.99%

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

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

R = 55.99%
G = 17.6%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5486C (or 0xE5486C) is known color: Cranberry. HEX triplet: E5, 48 and 6C. RGB value is (229,72,108). Sum of RGB (Red+Green+Blue) = 229+72+108=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5486C is #1AB793. Grayscale: #7B7B7B. Windows color (decimal): -1750932 or 7096549. OLE color: 7096549.

HSL color Cylindrical-coordinate representation of color #E5486C: hue angle of 346.24º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5486C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 108 -
CMYK 0 0.69 0.53 0.10
HSL 346.24º 0.75% 0.59% -
HSV(B) 346.24º 0.69% 0.9% -
XYZ 37.34 22.38 16.54 -
YUV 123.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 229 72 108 0 0.69 0.53 0.10 346.24 0.75 0.59
Hex E5 48 6C 0 45 35 A 15A 4B 3B
Octal 345 110 154 0 105 65 12 532 113 73
Binary 11100101 1001000 1101100 0 1000101 110101 1010 101011010 1001011 111011

Color Harmonies of #E5486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5486C

Black with #E5486C

Text Example


Text Example

White with #E5486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5486C; }

 p { color: rgb(229,72,108); }

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

background-color css

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

 a { background-color: rgb(229,72,108); }

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

border-color css

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

 span { border-color: rgb(229,72,108); }

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