Html Css Color HEX #E2516E Cranberry

📋 copy color: '#E2516E'

red 226 ◦ green 81 ◦ blue 110

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

Shades of Cranberry #E2516E

Tints of Cranberry #E2516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.42%

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 54.2%
G = 19.42%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2516E (or 0xE2516E) is known color: Cranberry. HEX triplet: E2, 51 and 6E. RGB value is (226,81,110). Sum of RGB (Red+Green+Blue) = 226+81+110=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2516E is #1DAE91. Grayscale: #7F7F7F. Windows color (decimal): -1945234 or 7229922. OLE color: 7229922.

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

Color convert

RGB 226 81 110 -
CMYK 0 0.64 0.51 0.11
HSL 348º 0.71% 0.6% -
HSV(B) 348º 0.64% 0.89% -
XYZ 37.12 23.18 17.27 -
YUV 127.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 226 81 110 0 0.64 0.51 0.11 348 0.71 0.6
Hex E2 51 6E 0 40 33 B 15C 47 3C
Octal 342 121 156 0 100 63 13 534 107 74
Binary 11100010 1010001 1101110 0 1000000 110011 1011 101011100 1000111 111100

Color Harmonies of #E2516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2516E

Black with #E2516E

Text Example


Text Example

White with #E2516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2516E; }

 p { color: rgb(226,81,110); }

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

background-color css

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

 a { background-color: rgb(226,81,110); }

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

border-color css

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

 span { border-color: rgb(226,81,110); }

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