Html Css Color HEX #E15375 Cranberry

📋 copy color: '#E15375'

red 225 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #E15375

Tints of Cranberry #E15375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

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

R = 52.94%
G = 19.53%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E15375 (or 0xE15375) is known color: Cranberry. HEX triplet: E1, 53 and 75. RGB value is (225,83,117). Sum of RGB (Red+Green+Blue) = 225+83+117=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E15375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15375 is #1EAC8A. Grayscale: #818181. Windows color (decimal): -2010251 or 7689185. OLE color: 7689185.

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

Color convert

RGB 225 83 117 -
CMYK 0 0.63 0.48 0.12
HSL 345.63º 0.7% 0.6% -
HSV(B) 345.63º 0.63% 0.88% -
XYZ 37.36 23.48 19.39 -
YUV 129.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 225 83 117 0 0.63 0.48 0.12 345.63 0.7 0.6
Hex E1 53 75 0 3F 30 C 15A 46 3C
Octal 341 123 165 0 77 60 14 532 106 74
Binary 11100001 1010011 1110101 0 111111 110000 1100 101011010 1000110 111100

Color Harmonies of #E15375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15375

Black with #E15375

Text Example


Text Example

White with #E15375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15375; }

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

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

background-color css

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

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

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

border-color css

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

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

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