Html Css Color HEX #E74170 Cranberry

📋 copy color: '#E74170'

red 231 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #E74170

Tints of Cranberry #E74170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 56.62%
G = 15.93%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E74170 (or 0xE74170) is known color: Cranberry. HEX triplet: E7, 41 and 70. RGB value is (231,65,112). Sum of RGB (Red+Green+Blue) = 231+65+112=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E74170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74170 is #18BE8F. Grayscale: #777777. Windows color (decimal): -1621648 or 7356903. OLE color: 7356903.

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

Color convert

RGB 231 65 112 -
CMYK 0 0.72 0.52 0.09
HSL 343.01º 0.78% 0.58% -
HSV(B) 343.01º 0.72% 0.91% -
XYZ 37.77 21.94 17.57 -
YUV 119.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 231 65 112 0 0.72 0.52 0.09 343.01 0.78 0.58
Hex E7 41 70 0 48 34 9 157 4E 3A
Octal 347 101 160 0 110 64 11 527 116 72
Binary 11100111 1000001 1110000 0 1001000 110100 1001 101010111 1001110 111010

Color Harmonies of #E74170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74170

Black with #E74170

Text Example


Text Example

White with #E74170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74170; }

 p { color: rgb(231,65,112); }

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

background-color css

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

 a { background-color: rgb(231,65,112); }

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

border-color css

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

 span { border-color: rgb(231,65,112); }

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