Html Css Color HEX #E74972 Cranberry

📋 copy color: '#E74972'

red 231 ◦ green 73 ◦ blue 114

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

Shades of Cranberry #E74972

Tints of Cranberry #E74972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 55.26%
G = 17.46%
B = 27.27%

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

#E74972 (or 0xE74972) is known color: Cranberry. HEX triplet: E7, 49 and 72. RGB value is (231,73,114). Sum of RGB (Red+Green+Blue) = 231+73+114=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E74972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74972 is #18B68D. Grayscale: #7C7C7C. Windows color (decimal): -1619598 or 7490023. OLE color: 7490023.

HSL color Cylindrical-coordinate representation of color #E74972: hue angle of 344.43º 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 #E74972 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 114 -
CMYK 0 0.68 0.51 0.09
HSL 344.43º 0.77% 0.6% -
HSV(B) 344.43º 0.68% 0.91% -
XYZ 38.37 22.97 18.33 -
YUV 124.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 231 73 114 0 0.68 0.51 0.09 344.43 0.77 0.6
Hex E7 49 72 0 44 33 9 158 4D 3C
Octal 347 111 162 0 104 63 11 530 115 74
Binary 11100111 1001001 1110010 0 1000100 110011 1001 101011000 1001101 111100

Color Harmonies of #E74972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74972

Black with #E74972

Text Example


Text Example

White with #E74972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74972; }

 p { color: rgb(231,73,114); }

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

background-color css

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

 a { background-color: rgb(231,73,114); }

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

border-color css

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

 span { border-color: rgb(231,73,114); }

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