Html Css Color HEX #E05475 Cranberry

📋 copy color: '#E05475'

red 224 ◦ green 84 ◦ blue 117

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

Shades of Cranberry #E05475

Tints of Cranberry #E05475

RGB

 RED value IS 224 (87.89% from 255) = 52.71%

 GREEN value IS 84 (33.2% from 255) = 19.76%

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

R = 52.71%
G = 19.76%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05475 (or 0xE05475) is known color: Cranberry. HEX triplet: E0, 54 and 75. RGB value is (224,84,117). Sum of RGB (Red+Green+Blue) = 224+84+117=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05475 is #1FAB8A. Grayscale: #818181. Windows color (decimal): -2075531 or 7689440. OLE color: 7689440.

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

Color convert

RGB 224 84 117 -
CMYK 0 0.62 0.48 0.12
HSL 345.86º 0.69% 0.6% -
HSV(B) 345.86º 0.63% 0.88% -
XYZ 37.12 23.47 19.4 -
YUV 129.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 224 84 117 0 0.62 0.48 0.12 345.86 0.69 0.6
Hex E0 54 75 0 3E 30 C 15A 45 3C
Octal 340 124 165 0 76 60 14 532 105 74
Binary 11100000 1010100 1110101 0 111110 110000 1100 101011010 1000101 111100

Color Harmonies of #E05475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05475

Black with #E05475

Text Example


Text Example

White with #E05475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05475; }

 p { color: rgb(224,84,117); }

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

background-color css

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

 a { background-color: rgb(224,84,117); }

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

border-color css

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

 span { border-color: rgb(224,84,117); }

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