Html Css Color HEX #E05974 Cranberry

📋 copy color: '#E05974'

red 224 ◦ green 89 ◦ blue 116

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

Shades of Cranberry #E05974

Tints of Cranberry #E05974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

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

R = 52.21%
G = 20.75%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05974 (or 0xE05974) is known color: Cranberry. HEX triplet: E0, 59 and 74. RGB value is (224,89,116). Sum of RGB (Red+Green+Blue) = 224+89+116=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E05974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05974 is #1FA68B. Grayscale: #848484. Windows color (decimal): -2074252 or 7625184. OLE color: 7625184.

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

Color convert

RGB 224 89 116 -
CMYK 0 0.60 0.48 0.12
HSL 348º 0.69% 0.61% -
HSV(B) 348º 0.6% 0.88% -
XYZ 37.47 24.25 19.23 -
YUV 132.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 224 89 116 0 0.60 0.48 0.12 348 0.69 0.61
Hex E0 59 74 0 3C 30 C 15C 45 3D
Octal 340 131 164 0 74 60 14 534 105 75
Binary 11100000 1011001 1110100 0 111100 110000 1100 101011100 1000101 111101

Color Harmonies of #E05974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05974

Black with #E05974

Text Example


Text Example

White with #E05974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05974; }

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

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

background-color css

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

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

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

border-color css

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

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

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