Html Css Color HEX #E2516F Cranberry

📋 copy color: '#E2516F'

red 226 ◦ green 81 ◦ blue 111

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

Shades of Cranberry #E2516F

Tints of Cranberry #E2516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 54.07%
G = 19.38%
B = 26.56%

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

#E2516F (or 0xE2516F) is known color: Cranberry. HEX triplet: E2, 51 and 6F. RGB value is (226,81,111). Sum of RGB (Red+Green+Blue) = 226+81+111=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2516F is #1DAE90. Grayscale: #7F7F7F. Windows color (decimal): -1945233 or 7295458. OLE color: 7295458.

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

Color convert

RGB 226 81 111 -
CMYK 0 0.64 0.51 0.11
HSL 347.59º 0.71% 0.6% -
HSV(B) 347.59º 0.64% 0.89% -
XYZ 37.18 23.2 17.56 -
YUV 127.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 226 81 111 0 0.64 0.51 0.11 347.59 0.71 0.6
Hex E2 51 6F 0 40 33 B 15C 47 3C
Octal 342 121 157 0 100 63 13 534 107 74
Binary 11100010 1010001 1101111 0 1000000 110011 1011 101011100 1000111 111100

Color Harmonies of #E2516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2516F

Black with #E2516F

Text Example


Text Example

White with #E2516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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