Html Css Color HEX #E1516B Cranberry

📋 copy color: '#E1516B'

red 225 ◦ green 81 ◦ blue 107

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

Shades of Cranberry #E1516B

Tints of Cranberry #E1516B

RGB

 RED value IS 225 (88.28% from 255) = 54.48%

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 54.48%
G = 19.61%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1516B (or 0xE1516B) is known color: Cranberry. HEX triplet: E1, 51 and 6B. RGB value is (225,81,107). Sum of RGB (Red+Green+Blue) = 225+81+107=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1516B is #1EAE94. Grayscale: #7F7F7F. Windows color (decimal): -2010773 or 7033313. OLE color: 7033313.

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

Color convert

RGB 225 81 107 -
CMYK 0 0.64 0.52 0.12
HSL 349.17º 0.71% 0.6% -
HSV(B) 349.17º 0.64% 0.88% -
XYZ 36.65 22.95 16.41 -
YUV 127.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 225 81 107 0 0.64 0.52 0.12 349.17 0.71 0.6
Hex E1 51 6B 0 40 34 C 15D 47 3C
Octal 341 121 153 0 100 64 14 535 107 74
Binary 11100001 1010001 1101011 0 1000000 110100 1100 101011101 1000111 111100

Color Harmonies of #E1516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1516B

Black with #E1516B

Text Example


Text Example

White with #E1516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1516B; }

 p { color: rgb(225,81,107); }

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

background-color css

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

 a { background-color: rgb(225,81,107); }

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

border-color css

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

 span { border-color: rgb(225,81,107); }

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