Html Css Color HEX #E04071 Cranberry

📋 copy color: '#E04071'

red 224 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #E04071

Tints of Cranberry #E04071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 55.86%
G = 15.96%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E04071 (or 0xE04071) is known color: Cranberry. HEX triplet: E0, 40 and 71. RGB value is (224,64,113). Sum of RGB (Red+Green+Blue) = 224+64+113=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04071 is #1FBF8E. Grayscale: #757575. Windows color (decimal): -2080655 or 7422176. OLE color: 7422176.

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

Color convert

RGB 224 64 113 -
CMYK 0 0.71 0.50 0.12
HSL 341.63º 0.72% 0.56% -
HSV(B) 341.63º 0.71% 0.88% -
XYZ 35.55 20.71 17.75 -
YUV 117.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 224 64 113 0 0.71 0.50 0.12 341.63 0.72 0.56
Hex E0 40 71 0 47 32 C 156 48 38
Octal 340 100 161 0 107 62 14 526 110 70
Binary 11100000 1000000 1110001 0 1000111 110010 1100 101010110 1001000 111000

Color Harmonies of #E04071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04071

Black with #E04071

Text Example


Text Example

White with #E04071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04071; }

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

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

background-color css

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

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

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

border-color css

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

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

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