Html Css Color HEX #E74272 Cranberry

📋 copy color: '#E74272'

red 231 ◦ green 66 ◦ blue 114

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

Shades of Cranberry #E74272

Tints of Cranberry #E74272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

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

R = 56.2%
G = 16.06%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E74272 (or 0xE74272) is known color: Cranberry. HEX triplet: E7, 42 and 72. RGB value is (231,66,114). Sum of RGB (Red+Green+Blue) = 231+66+114=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E74272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74272 is #18BD8D. Grayscale: #787878. Windows color (decimal): -1621390 or 7488231. OLE color: 7488231.

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

Color convert

RGB 231 66 114 -
CMYK 0 0.71 0.51 0.09
HSL 342.55º 0.77% 0.58% -
HSV(B) 342.55º 0.71% 0.91% -
XYZ 37.94 22.1 18.19 -
YUV 120.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 231 66 114 0 0.71 0.51 0.09 342.55 0.77 0.58
Hex E7 42 72 0 47 33 9 157 4D 3A
Octal 347 102 162 0 107 63 11 527 115 72
Binary 11100111 1000010 1110010 0 1000111 110011 1001 101010111 1001101 111010

Color Harmonies of #E74272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74272

Black with #E74272

Text Example


Text Example

White with #E74272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74272; }

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

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

background-color css

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

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

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

border-color css

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

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

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