Html Css Color HEX #E15277 Cranberry

📋 copy color: '#E15277'

red 225 ◦ green 82 ◦ blue 119

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

Shades of Cranberry #E15277

Tints of Cranberry #E15277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

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

R = 52.82%
G = 19.25%
B = 27.93%

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

#E15277 (or 0xE15277) is known color: Cranberry. HEX triplet: E1, 52 and 77. RGB value is (225,82,119). Sum of RGB (Red+Green+Blue) = 225+82+119=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15277 is #1EAD88. Grayscale: #808080. Windows color (decimal): -2010505 or 7820001. OLE color: 7820001.

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

Color convert

RGB 225 82 119 -
CMYK 0 0.64 0.47 0.12
HSL 344.48º 0.7% 0.6% -
HSV(B) 344.48º 0.64% 0.88% -
XYZ 37.4 23.37 19.99 -
YUV 128.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 225 82 119 0 0.64 0.47 0.12 344.48 0.7 0.6
Hex E1 52 77 0 40 2F C 158 46 3C
Octal 341 122 167 0 100 57 14 530 106 74
Binary 11100001 1010010 1110111 0 1000000 101111 1100 101011000 1000110 111100

Color Harmonies of #E15277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15277

Black with #E15277

Text Example


Text Example

White with #E15277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15277; }

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

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

background-color css

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

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

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

border-color css

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

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

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