Html Css Color HEX #E2456C Cranberry

📋 copy color: '#E2456C'

red 226 ◦ green 69 ◦ blue 108

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

Shades of Cranberry #E2456C

Tints of Cranberry #E2456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

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

R = 56.08%
G = 17.12%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2456C (or 0xE2456C) is known color: Cranberry. HEX triplet: E2, 45 and 6C. RGB value is (226,69,108). Sum of RGB (Red+Green+Blue) = 226+69+108=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2456C is #1DBA93. Grayscale: #787878. Windows color (decimal): -1948308 or 7095778. OLE color: 7095778.

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

Color convert

RGB 226 69 108 -
CMYK 0 0.69 0.52 0.11
HSL 345.1º 0.73% 0.58% -
HSV(B) 345.1º 0.69% 0.89% -
XYZ 36.2 21.51 16.43 -
YUV 120.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 226 69 108 0 0.69 0.52 0.11 345.1 0.73 0.58
Hex E2 45 6C 0 45 34 B 159 49 3A
Octal 342 105 154 0 105 64 13 531 111 72
Binary 11100010 1000101 1101100 0 1000101 110100 1011 101011001 1001001 111010

Color Harmonies of #E2456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2456C

Black with #E2456C

Text Example


Text Example

White with #E2456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2456C; }

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

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

background-color css

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

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

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

border-color css

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

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

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