Html Css Color HEX #E74F74 Cranberry

📋 copy color: '#E74F74'

red 231 ◦ green 79 ◦ blue 116

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

Shades of Cranberry #E74F74

Tints of Cranberry #E74F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 54.23%
G = 18.54%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E74F74 (or 0xE74F74) is known color: Cranberry. HEX triplet: E7, 4F and 74. RGB value is (231,79,116). Sum of RGB (Red+Green+Blue) = 231+79+116=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F74 is #18B08B. Grayscale: #808080. Windows color (decimal): -1618060 or 7622631. OLE color: 7622631.

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

Color convert

RGB 231 79 116 -
CMYK 0 0.66 0.50 0.09
HSL 345.39º 0.76% 0.61% -
HSV(B) 345.39º 0.66% 0.91% -
XYZ 38.9 23.84 19.07 -
YUV 128.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 231 79 116 0 0.66 0.50 0.09 345.39 0.76 0.61
Hex E7 4F 74 0 42 32 9 159 4C 3D
Octal 347 117 164 0 102 62 11 531 114 75
Binary 11100111 1001111 1110100 0 1000010 110010 1001 101011001 1001100 111101

Color Harmonies of #E74F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F74

Black with #E74F74

Text Example


Text Example

White with #E74F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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