Html Css Color HEX #E2556C Cranberry

📋 copy color: '#E2556C'

red 226 ◦ green 85 ◦ blue 108

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

Shades of Cranberry #E2556C

Tints of Cranberry #E2556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

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

R = 53.94%
G = 20.29%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2556C (or 0xE2556C) is known color: Cranberry. HEX triplet: E2, 55 and 6C. RGB value is (226,85,108). Sum of RGB (Red+Green+Blue) = 226+85+108=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2556C is #1DAA93. Grayscale: #818181. Windows color (decimal): -1944212 or 7099874. OLE color: 7099874.

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

Color convert

RGB 226 85 108 -
CMYK 0 0.62 0.52 0.11
HSL 350.21º 0.71% 0.61% -
HSV(B) 350.21º 0.62% 0.89% -
XYZ 37.32 23.75 16.8 -
YUV 129.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 226 85 108 0 0.62 0.52 0.11 350.21 0.71 0.61
Hex E2 55 6C 0 3E 34 B 15E 47 3D
Octal 342 125 154 0 76 64 13 536 107 75
Binary 11100010 1010101 1101100 0 111110 110100 1011 101011110 1000111 111101

Color Harmonies of #E2556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2556C

Black with #E2556C

Text Example


Text Example

White with #E2556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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