Html Css Color HEX #E74A71 Cranberry

📋 copy color: '#E74A71'

red 231 ◦ green 74 ◦ blue 113

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

Shades of Cranberry #E74A71

Tints of Cranberry #E74A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 55.26%
G = 17.7%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E74A71 (or 0xE74A71) is known color: Cranberry. HEX triplet: E7, 4A and 71. RGB value is (231,74,113). Sum of RGB (Red+Green+Blue) = 231+74+113=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A71 is #18B58E. Grayscale: #7D7D7D. Windows color (decimal): -1619343 or 7424743. OLE color: 7424743.

HSL color Cylindrical-coordinate representation of color #E74A71: hue angle of 345.1º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74A71 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 74 113 -
CMYK 0 0.68 0.51 0.09
HSL 345.1º 0.77% 0.6% -
HSV(B) 345.1º 0.68% 0.91% -
XYZ 38.38 23.08 18.05 -
YUV 125.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 231 74 113 0 0.68 0.51 0.09 345.1 0.77 0.6
Hex E7 4A 71 0 44 33 9 159 4D 3C
Octal 347 112 161 0 104 63 11 531 115 74
Binary 11100111 1001010 1110001 0 1000100 110011 1001 101011001 1001101 111100

Color Harmonies of #E74A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A71

Black with #E74A71

Text Example


Text Example

White with #E74A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A71; }

 p { color: rgb(231,74,113); }

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

background-color css

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

 a { background-color: rgb(231,74,113); }

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

border-color css

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

 span { border-color: rgb(231,74,113); }

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