Html Css Color HEX #E74074 Cranberry

📋 copy color: '#E74074'

red 231 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #E74074

Tints of Cranberry #E74074

RGB

 RED value IS 231 (90.63% from 255) = 56.2%

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

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

R = 56.2%
G = 15.57%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E74074 (or 0xE74074) is known color: Cranberry. HEX triplet: E7, 40 and 74. RGB value is (231,64,116). Sum of RGB (Red+Green+Blue) = 231+64+116=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E74074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74074 is #18BF8B. Grayscale: #777777. Windows color (decimal): -1621900 or 7618791. OLE color: 7618791.

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

Color convert

RGB 231 64 116 -
CMYK 0 0.72 0.50 0.09
HSL 341.32º 0.78% 0.58% -
HSV(B) 341.32º 0.72% 0.91% -
XYZ 37.94 21.92 18.75 -
YUV 119.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 231 64 116 0 0.72 0.50 0.09 341.32 0.78 0.58
Hex E7 40 74 0 48 32 9 155 4E 3A
Octal 347 100 164 0 110 62 11 525 116 72
Binary 11100111 1000000 1110100 0 1001000 110010 1001 101010101 1001110 111010

Color Harmonies of #E74074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74074

Black with #E74074

Text Example


Text Example

White with #E74074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74074; }

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

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

background-color css

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

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

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

border-color css

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

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

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