Html Css Color HEX #E74F70 Cranberry

📋 copy color: '#E74F70'

red 231 ◦ green 79 ◦ blue 112

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

Shades of Cranberry #E74F70

Tints of Cranberry #E74F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.72%

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

R = 54.74%
G = 18.72%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E74F70 (or 0xE74F70) is known color: Cranberry. HEX triplet: E7, 4F and 70. RGB value is (231,79,112). Sum of RGB (Red+Green+Blue) = 231+79+112=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F70 is #18B08F. Grayscale: #808080. Windows color (decimal): -1618064 or 7360487. OLE color: 7360487.

HSL color Cylindrical-coordinate representation of color #E74F70: hue angle of 346.97º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74F70 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 79 112 -
CMYK 0 0.66 0.52 0.09
HSL 346.97º 0.76% 0.61% -
HSV(B) 346.97º 0.66% 0.91% -
XYZ 38.68 23.75 17.88 -
YUV 128.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 231 79 112 0 0.66 0.52 0.09 346.97 0.76 0.61
Hex E7 4F 70 0 42 34 9 15B 4C 3D
Octal 347 117 160 0 102 64 11 533 114 75
Binary 11100111 1001111 1110000 0 1000010 110100 1001 101011011 1001100 111101

Color Harmonies of #E74F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F70

Black with #E74F70

Text Example


Text Example

White with #E74F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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