Html Css Color HEX #E0557A Cranberry

📋 copy color: '#E0557A'

red 224 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #E0557A

Tints of Cranberry #E0557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 51.97%
G = 19.72%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0557A (or 0xE0557A) is known color: Cranberry. HEX triplet: E0, 55 and 7A. RGB value is (224,85,122). Sum of RGB (Red+Green+Blue) = 224+85+122=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0557A is #1FAA85. Grayscale: #828282. Windows color (decimal): -2075270 or 8017376. OLE color: 8017376.

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

Color convert

RGB 224 85 122 -
CMYK 0 0.62 0.46 0.12
HSL 344.03º 0.69% 0.61% -
HSV(B) 344.03º 0.62% 0.88% -
XYZ 37.5 23.75 21.02 -
YUV 130.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 224 85 122 0 0.62 0.46 0.12 344.03 0.69 0.61
Hex E0 55 7A 0 3E 2E C 158 45 3D
Octal 340 125 172 0 76 56 14 530 105 75
Binary 11100000 1010101 1111010 0 111110 101110 1100 101011000 1000101 111101

Color Harmonies of #E0557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0557A

Black with #E0557A

Text Example


Text Example

White with #E0557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0557A; }

 p { color: rgb(224,85,122); }

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

background-color css

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

 a { background-color: rgb(224,85,122); }

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

border-color css

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

 span { border-color: rgb(224,85,122); }

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