Html Css Color HEX #E15275 Cranberry

📋 copy color: '#E15275'

red 225 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #E15275

Tints of Cranberry #E15275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 53.07%
G = 19.34%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E15275 (or 0xE15275) is known color: Cranberry. HEX triplet: E1, 52 and 75. RGB value is (225,82,117). Sum of RGB (Red+Green+Blue) = 225+82+117=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15275 is #1EAD8A. Grayscale: #808080. Windows color (decimal): -2010507 or 7688929. OLE color: 7688929.

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

Color convert

RGB 225 82 117 -
CMYK 0 0.64 0.48 0.12
HSL 345.31º 0.7% 0.6% -
HSV(B) 345.31º 0.64% 0.88% -
XYZ 37.28 23.33 19.37 -
YUV 128.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 225 82 117 0 0.64 0.48 0.12 345.31 0.7 0.6
Hex E1 52 75 0 40 30 C 159 46 3C
Octal 341 122 165 0 100 60 14 531 106 74
Binary 11100001 1010010 1110101 0 1000000 110000 1100 101011001 1000110 111100

Color Harmonies of #E15275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15275

Black with #E15275

Text Example


Text Example

White with #E15275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15275; }

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

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

background-color css

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

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

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

border-color css

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

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

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