Html Css Color HEX #E15077 Cranberry

📋 copy color: '#E15077'

red 225 ◦ green 80 ◦ blue 119

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

Shades of Cranberry #E15077

Tints of Cranberry #E15077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 53.07%
G = 18.87%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E15077 (or 0xE15077) is known color: Cranberry. HEX triplet: E1, 50 and 77. RGB value is (225,80,119). Sum of RGB (Red+Green+Blue) = 225+80+119=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15077 is #1EAF88. Grayscale: #7F7F7F. Windows color (decimal): -2011017 or 7819489. OLE color: 7819489.

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

Color convert

RGB 225 80 119 -
CMYK 0 0.64 0.47 0.12
HSL 343.86º 0.71% 0.6% -
HSV(B) 343.86º 0.64% 0.88% -
XYZ 37.25 23.08 19.94 -
YUV 127.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 225 80 119 0 0.64 0.47 0.12 343.86 0.71 0.6
Hex E1 50 77 0 40 2F C 158 47 3C
Octal 341 120 167 0 100 57 14 530 107 74
Binary 11100001 1010000 1110111 0 1000000 101111 1100 101011000 1000111 111100

Color Harmonies of #E15077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15077

Black with #E15077

Text Example


Text Example

White with #E15077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15077; }

 p { color: rgb(225,80,119); }

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

background-color css

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

 a { background-color: rgb(225,80,119); }

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

border-color css

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

 span { border-color: rgb(225,80,119); }

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