Html Css Color HEX #E2546C Cranberry

📋 copy color: '#E2546C'

red 226 ◦ green 84 ◦ blue 108

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

Shades of Cranberry #E2546C

Tints of Cranberry #E2546C

RGB

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

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

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

R = 54.07%
G = 20.1%
B = 25.84%

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

#E2546C (or 0xE2546C) is known color: Cranberry. HEX triplet: E2, 54 and 6C. RGB value is (226,84,108). Sum of RGB (Red+Green+Blue) = 226+84+108=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2546C is #1DAB93. Grayscale: #818181. Windows color (decimal): -1944468 or 7099618. OLE color: 7099618.

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

Color convert

RGB 226 84 108 -
CMYK 0 0.63 0.52 0.11
HSL 349.86º 0.71% 0.61% -
HSV(B) 349.86º 0.63% 0.89% -
XYZ 37.24 23.59 16.78 -
YUV 129.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 226 84 108 0 0.63 0.52 0.11 349.86 0.71 0.61
Hex E2 54 6C 0 3F 34 B 15E 47 3D
Octal 342 124 154 0 77 64 13 536 107 75
Binary 11100010 1010100 1101100 0 111111 110100 1011 101011110 1000111 111101

Color Harmonies of #E2546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2546C

Black with #E2546C

Text Example


Text Example

White with #E2546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2546C; }

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

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

background-color css

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

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

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

border-color css

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

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

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