Html Css Color HEX #E5466C Cranberry

📋 copy color: '#E5466C'

red 229 ◦ green 70 ◦ blue 108

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

Shades of Cranberry #E5466C

Tints of Cranberry #E5466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.2%

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

R = 56.27%
G = 17.2%
B = 26.54%

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

#E5466C (or 0xE5466C) is known color: Cranberry. HEX triplet: E5, 46 and 6C. RGB value is (229,70,108). Sum of RGB (Red+Green+Blue) = 229+70+108=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5466C is #1AB993. Grayscale: #797979. Windows color (decimal): -1751444 or 7096037. OLE color: 7096037.

HSL color Cylindrical-coordinate representation of color #E5466C: hue angle of 345.66º 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 #E5466C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 70 108 -
CMYK 0 0.69 0.53 0.10
HSL 345.66º 0.75% 0.59% -
HSV(B) 345.66º 0.69% 0.9% -
XYZ 37.21 22.12 16.5 -
YUV 121.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 229 70 108 0 0.69 0.53 0.10 345.66 0.75 0.59
Hex E5 46 6C 0 45 35 A 15A 4B 3B
Octal 345 106 154 0 105 65 12 532 113 73
Binary 11100101 1000110 1101100 0 1000101 110101 1010 101011010 1001011 111011

Color Harmonies of #E5466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5466C

Black with #E5466C

Text Example


Text Example

White with #E5466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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