Html Css Color HEX #E54375 Cranberry

📋 copy color: '#E54375'

red 229 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #E54375

Tints of Cranberry #E54375

RGB

 RED value IS 229 (89.84% from 255) = 55.45%

 GREEN value IS 67 (26.56% from 255) = 16.22%

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

R = 55.45%
G = 16.22%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E54375 (or 0xE54375) is known color: Cranberry. HEX triplet: E5, 43 and 75. RGB value is (229,67,117). Sum of RGB (Red+Green+Blue) = 229+67+117=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54375 is #1ABC8A. Grayscale: #797979. Windows color (decimal): -1752203 or 7685093. OLE color: 7685093.

HSL color Cylindrical-coordinate representation of color #E54375: hue angle of 341.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54375 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 67 117 -
CMYK 0 0.71 0.49 0.10
HSL 341.48º 0.76% 0.58% -
HSV(B) 341.48º 0.71% 0.9% -
XYZ 37.53 21.96 19.09 -
YUV 121.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 229 67 117 0 0.71 0.49 0.10 341.48 0.76 0.58
Hex E5 43 75 0 47 31 A 155 4C 3A
Octal 345 103 165 0 107 61 12 525 114 72
Binary 11100101 1000011 1110101 0 1000111 110001 1010 101010101 1001100 111010

Color Harmonies of #E54375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54375

Black with #E54375

Text Example


Text Example

White with #E54375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54375; }

 p { color: rgb(229,67,117); }

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

background-color css

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

 a { background-color: rgb(229,67,117); }

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

border-color css

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

 span { border-color: rgb(229,67,117); }

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