Html Css Color HEX #E15273 Cranberry

📋 copy color: '#E15273'

red 225 ◦ green 82 ◦ blue 115

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

Shades of Cranberry #E15273

Tints of Cranberry #E15273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 53.32%
G = 19.43%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E15273 (or 0xE15273) is known color: Cranberry. HEX triplet: E1, 52 and 73. RGB value is (225,82,115). Sum of RGB (Red+Green+Blue) = 225+82+115=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15273 is #1EAD8C. Grayscale: #808080. Windows color (decimal): -2010509 or 7557857. OLE color: 7557857.

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

Color convert

RGB 225 82 115 -
CMYK 0 0.64 0.49 0.12
HSL 346.15º 0.7% 0.6% -
HSV(B) 346.15º 0.64% 0.88% -
XYZ 37.16 23.28 18.75 -
YUV 128.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 225 82 115 0 0.64 0.49 0.12 346.15 0.7 0.6
Hex E1 52 73 0 40 31 C 15A 46 3C
Octal 341 122 163 0 100 61 14 532 106 74
Binary 11100001 1010010 1110011 0 1000000 110001 1100 101011010 1000110 111100

Color Harmonies of #E15273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15273

Black with #E15273

Text Example


Text Example

White with #E15273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15273; }

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

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

background-color css

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

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

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

border-color css

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

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

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