Html Css Color HEX #E04074 Cranberry

📋 copy color: '#E04074'

red 224 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #E04074

Tints of Cranberry #E04074

RGB

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

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

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

R = 55.45%
G = 15.84%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E04074 (or 0xE04074) is known color: Cranberry. HEX triplet: E0, 40 and 74. RGB value is (224,64,116). Sum of RGB (Red+Green+Blue) = 224+64+116=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E04074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04074 is #1FBF8B. Grayscale: #757575. Windows color (decimal): -2080652 or 7618784. OLE color: 7618784.

HSL color Cylindrical-coordinate representation of color #E04074: hue angle of 340.5º 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 #E04074 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 116 -
CMYK 0 0.71 0.48 0.12
HSL 340.5º 0.72% 0.56% -
HSV(B) 340.5º 0.71% 0.88% -
XYZ 35.73 20.78 18.65 -
YUV 117.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 224 64 116 0 0.71 0.48 0.12 340.5 0.72 0.56
Hex E0 40 74 0 47 30 C 154 48 38
Octal 340 100 164 0 107 60 14 524 110 70
Binary 11100000 1000000 1110100 0 1000111 110000 1100 101010100 1001000 111000

Color Harmonies of #E04074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04074

Black with #E04074

Text Example


Text Example

White with #E04074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04074; }

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

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

background-color css

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

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

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

border-color css

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

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

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