Html Css Color HEX #E2516A Cranberry

📋 copy color: '#E2516A'

red 226 ◦ green 81 ◦ blue 106

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

Shades of Cranberry #E2516A

Tints of Cranberry #E2516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 54.72%
G = 19.61%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2516A (or 0xE2516A) is known color: Cranberry. HEX triplet: E2, 51 and 6A. RGB value is (226,81,106). Sum of RGB (Red+Green+Blue) = 226+81+106=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2516A is #1DAE95. Grayscale: #7F7F7F. Windows color (decimal): -1945238 or 6967778. OLE color: 6967778.

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

Color convert

RGB 226 81 106 -
CMYK 0 0.64 0.53 0.11
HSL 349.66º 0.71% 0.6% -
HSV(B) 349.66º 0.64% 0.89% -
XYZ 36.91 23.09 16.15 -
YUV 127.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 226 81 106 0 0.64 0.53 0.11 349.66 0.71 0.6
Hex E2 51 6A 0 40 35 B 15E 47 3C
Octal 342 121 152 0 100 65 13 536 107 74
Binary 11100010 1010001 1101010 0 1000000 110101 1011 101011110 1000111 111100

Color Harmonies of #E2516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2516A

Black with #E2516A

Text Example


Text Example

White with #E2516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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