Html Css Color HEX #E74F69 Cranberry

📋 copy color: '#E74F69'

red 231 ◦ green 79 ◦ blue 105

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

Shades of Cranberry #E74F69

Tints of Cranberry #E74F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 55.66%
G = 19.04%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E74F69 (or 0xE74F69) is known color: Cranberry. HEX triplet: E7, 4F and 69. RGB value is (231,79,105). Sum of RGB (Red+Green+Blue) = 231+79+105=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F69 is #18B096. Grayscale: #7F7F7F. Windows color (decimal): -1618071 or 6901735. OLE color: 6901735.

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

Color convert

RGB 231 79 105 -
CMYK 0 0.66 0.55 0.09
HSL 349.74º 0.76% 0.61% -
HSV(B) 349.74º 0.66% 0.91% -
XYZ 38.3 23.6 15.9 -
YUV 127.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 231 79 105 0 0.66 0.55 0.09 349.74 0.76 0.61
Hex E7 4F 69 0 42 37 9 15E 4C 3D
Octal 347 117 151 0 102 67 11 536 114 75
Binary 11100111 1001111 1101001 0 1000010 110111 1001 101011110 1001100 111101

Color Harmonies of #E74F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F69

Black with #E74F69

Text Example


Text Example

White with #E74F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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