Html Css Color HEX #E94074 Cranberry

📋 copy color: '#E94074'

red 233 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #E94074

Tints of Cranberry #E94074

RGB

 RED value IS 233 (91.41% from 255) = 56.42%

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

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

R = 56.42%
G = 15.5%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E94074 (or 0xE94074) is known color: Cranberry. HEX triplet: E9, 40 and 74. RGB value is (233,64,116). Sum of RGB (Red+Green+Blue) = 233+64+116=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E94074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94074 is #16BF8B. Grayscale: #787878. Windows color (decimal): -1490828 or 7618793. OLE color: 7618793.

HSL color Cylindrical-coordinate representation of color #E94074: hue angle of 341.54º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94074 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 64 116 -
CMYK 0 0.73 0.50 0.09
HSL 341.54º 0.79% 0.58% -
HSV(B) 341.54º 0.73% 0.91% -
XYZ 38.59 22.25 18.78 -
YUV 120.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 233 64 116 0 0.73 0.50 0.09 341.54 0.79 0.58
Hex E9 40 74 0 49 32 9 156 4F 3A
Octal 351 100 164 0 111 62 11 526 117 72
Binary 11101001 1000000 1110100 0 1001001 110010 1001 101010110 1001111 111010

Color Harmonies of #E94074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94074

Black with #E94074

Text Example


Text Example

White with #E94074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94074; }

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

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

background-color css

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

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

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

border-color css

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

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

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