Html Css Color HEX #E74969 Cranberry

📋 copy color: '#E74969'

red 231 ◦ green 73 ◦ blue 105

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

Shades of Cranberry #E74969

Tints of Cranberry #E74969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 56.48%
G = 17.85%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E74969 (or 0xE74969) is known color: Cranberry. HEX triplet: E7, 49 and 69. RGB value is (231,73,105). Sum of RGB (Red+Green+Blue) = 231+73+105=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E74969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74969 is #18B696. Grayscale: #7B7B7B. Windows color (decimal): -1619607 or 6900199. OLE color: 6900199.

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

Color convert

RGB 231 73 105 -
CMYK 0 0.68 0.55 0.09
HSL 347.85º 0.77% 0.6% -
HSV(B) 347.85º 0.68% 0.91% -
XYZ 37.89 22.77 15.76 -
YUV 123.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 231 73 105 0 0.68 0.55 0.09 347.85 0.77 0.6
Hex E7 49 69 0 44 37 9 15C 4D 3C
Octal 347 111 151 0 104 67 11 534 115 74
Binary 11100111 1001001 1101001 0 1000100 110111 1001 101011100 1001101 111100

Color Harmonies of #E74969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74969

Black with #E74969

Text Example


Text Example

White with #E74969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74969; }

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

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

background-color css

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

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

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

border-color css

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

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

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