Html Css Color HEX #E04971 Cranberry

📋 copy color: '#E04971'

red 224 ◦ green 73 ◦ blue 113

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

Shades of Cranberry #E04971

Tints of Cranberry #E04971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.8%

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 54.63%
G = 17.8%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E04971 (or 0xE04971) is known color: Cranberry. HEX triplet: E0, 49 and 71. RGB value is (224,73,113). Sum of RGB (Red+Green+Blue) = 224+73+113=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04971 is #1FB68E. Grayscale: #7A7A7A. Windows color (decimal): -2078351 or 7424480. OLE color: 7424480.

HSL color Cylindrical-coordinate representation of color #E04971: hue angle of 344.11º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04971 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 113 -
CMYK 0 0.67 0.50 0.12
HSL 344.11º 0.71% 0.58% -
HSV(B) 344.11º 0.67% 0.88% -
XYZ 36.1 21.8 17.93 -
YUV 122.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 224 73 113 0 0.67 0.50 0.12 344.11 0.71 0.58
Hex E0 49 71 0 43 32 C 158 47 3A
Octal 340 111 161 0 103 62 14 530 107 72
Binary 11100000 1001001 1110001 0 1000011 110010 1100 101011000 1000111 111010

Color Harmonies of #E04971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04971

Black with #E04971

Text Example


Text Example

White with #E04971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04971; }

 p { color: rgb(224,73,113); }

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

background-color css

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

 a { background-color: rgb(224,73,113); }

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

border-color css

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

 span { border-color: rgb(224,73,113); }

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