Html Css Color HEX #E15A75 Cranberry

📋 copy color: '#E15A75'

red 225 ◦ green 90 ◦ blue 117

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

Shades of Cranberry #E15A75

Tints of Cranberry #E15A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

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

R = 52.08%
G = 20.83%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E15A75 (or 0xE15A75) is known color: Cranberry. HEX triplet: E1, 5A and 75. RGB value is (225,90,117). Sum of RGB (Red+Green+Blue) = 225+90+117=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A75 is #1EA58A. Grayscale: #858585. Windows color (decimal): -2008459 or 7690977. OLE color: 7690977.

HSL color Cylindrical-coordinate representation of color #E15A75: hue angle of 348º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A75 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 117 -
CMYK 0 0.60 0.48 0.12
HSL 348º 0.69% 0.62% -
HSV(B) 348º 0.6% 0.88% -
XYZ 37.92 24.6 19.58 -
YUV 133.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 225 90 117 0 0.60 0.48 0.12 348 0.69 0.62
Hex E1 5A 75 0 3C 30 C 15C 45 3E
Octal 341 132 165 0 74 60 14 534 105 76
Binary 11100001 1011010 1110101 0 111100 110000 1100 101011100 1000101 111110

Color Harmonies of #E15A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A75

Black with #E15A75

Text Example


Text Example

White with #E15A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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