Html Css Color HEX #E05774 Cranberry

📋 copy color: '#E05774'

red 224 ◦ green 87 ◦ blue 116

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

Shades of Cranberry #E05774

Tints of Cranberry #E05774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.37%

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 52.46%
G = 20.37%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05774 (or 0xE05774) is known color: Cranberry. HEX triplet: E0, 57 and 74. RGB value is (224,87,116). Sum of RGB (Red+Green+Blue) = 224+87+116=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E05774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05774 is #1FA88B. Grayscale: #838383. Windows color (decimal): -2074764 or 7624672. OLE color: 7624672.

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

Color convert

RGB 224 87 116 -
CMYK 0 0.61 0.48 0.12
HSL 347.3º 0.69% 0.61% -
HSV(B) 347.3º 0.61% 0.88% -
XYZ 37.3 23.92 19.17 -
YUV 131.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 224 87 116 0 0.61 0.48 0.12 347.3 0.69 0.61
Hex E0 57 74 0 3D 30 C 15B 45 3D
Octal 340 127 164 0 75 60 14 533 105 75
Binary 11100000 1010111 1110100 0 111101 110000 1100 101011011 1000101 111101

Color Harmonies of #E05774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05774

Black with #E05774

Text Example


Text Example

White with #E05774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05774; }

 p { color: rgb(224,87,116); }

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

background-color css

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

 a { background-color: rgb(224,87,116); }

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

border-color css

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

 span { border-color: rgb(224,87,116); }

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