Html Css Color HEX #E2546D Cranberry

📋 copy color: '#E2546D'

red 226 ◦ green 84 ◦ blue 109

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

Shades of Cranberry #E2546D

Tints of Cranberry #E2546D

RGB

 RED value IS 226 (88.67% from 255) = 53.94%

 GREEN value IS 84 (33.2% from 255) = 20.05%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 53.94%
G = 20.05%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2546D (or 0xE2546D) is known color: Cranberry. HEX triplet: E2, 54 and 6D. RGB value is (226,84,109). Sum of RGB (Red+Green+Blue) = 226+84+109=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2546D is #1DAB92. Grayscale: #818181. Windows color (decimal): -1944467 or 7165154. OLE color: 7165154.

HSL color Cylindrical-coordinate representation of color #E2546D: hue angle of 349.44º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2546D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 84 109 -
CMYK 0 0.63 0.52 0.11
HSL 349.44º 0.71% 0.61% -
HSV(B) 349.44º 0.63% 0.89% -
XYZ 37.29 23.61 17.06 -
YUV 129.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 226 84 109 0 0.63 0.52 0.11 349.44 0.71 0.61
Hex E2 54 6D 0 3F 34 B 15D 47 3D
Octal 342 124 155 0 77 64 13 535 107 75
Binary 11100010 1010100 1101101 0 111111 110100 1011 101011101 1000111 111101

Color Harmonies of #E2546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2546D

Black with #E2546D

Text Example


Text Example

White with #E2546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2546D; }

 p { color: rgb(226,84,109); }

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

background-color css

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

 a { background-color: rgb(226,84,109); }

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

border-color css

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

 span { border-color: rgb(226,84,109); }

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