Html Css Color HEX #E1516E Cranberry

📋 copy color: '#E1516E'

red 225 ◦ green 81 ◦ blue 110

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

Shades of Cranberry #E1516E

Tints of Cranberry #E1516E

RGB

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

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

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

R = 54.09%
G = 19.47%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1516E (or 0xE1516E) is known color: Cranberry. HEX triplet: E1, 51 and 6E. RGB value is (225,81,110). Sum of RGB (Red+Green+Blue) = 225+81+110=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1516E is #1EAE91. Grayscale: #7F7F7F. Windows color (decimal): -2010770 or 7229921. OLE color: 7229921.

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

Color convert

RGB 225 81 110 -
CMYK 0 0.64 0.51 0.12
HSL 347.92º 0.71% 0.6% -
HSV(B) 347.92º 0.64% 0.88% -
XYZ 36.81 23.02 17.25 -
YUV 127.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 225 81 110 0 0.64 0.51 0.12 347.92 0.71 0.6
Hex E1 51 6E 0 40 33 C 15C 47 3C
Octal 341 121 156 0 100 63 14 534 107 74
Binary 11100001 1010001 1101110 0 1000000 110011 1100 101011100 1000111 111100

Color Harmonies of #E1516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1516E

Black with #E1516E

Text Example


Text Example

White with #E1516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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