Html Css Color HEX #E2516D Cranberry

📋 copy color: '#E2516D'

red 226 ◦ green 81 ◦ blue 109

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

Shades of Cranberry #E2516D

Tints of Cranberry #E2516D

RGB

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

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

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

R = 54.33%
G = 19.47%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2516D (or 0xE2516D) is known color: Cranberry. HEX triplet: E2, 51 and 6D. RGB value is (226,81,109). Sum of RGB (Red+Green+Blue) = 226+81+109=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2516D is #1DAE92. Grayscale: #7F7F7F. Windows color (decimal): -1945235 or 7164386. OLE color: 7164386.

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

Color convert

RGB 226 81 109 -
CMYK 0 0.64 0.52 0.11
HSL 348.41º 0.71% 0.6% -
HSV(B) 348.41º 0.64% 0.89% -
XYZ 37.07 23.16 16.98 -
YUV 127.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 226 81 109 0 0.64 0.52 0.11 348.41 0.71 0.6
Hex E2 51 6D 0 40 34 B 15C 47 3C
Octal 342 121 155 0 100 64 13 534 107 74
Binary 11100010 1010001 1101101 0 1000000 110100 1011 101011100 1000111 111100

Color Harmonies of #E2516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2516D

Black with #E2516D

Text Example


Text Example

White with #E2516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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