Html Css Color HEX #E74769 Cranberry

📋 copy color: '#E74769'

red 231 ◦ green 71 ◦ blue 105

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

Shades of Cranberry #E74769

Tints of Cranberry #E74769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 56.76%
G = 17.44%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E74769 (or 0xE74769) is known color: Cranberry. HEX triplet: E7, 47 and 69. RGB value is (231,71,105). Sum of RGB (Red+Green+Blue) = 231+71+105=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E74769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74769 is #18B896. Grayscale: #7A7A7A. Windows color (decimal): -1620119 or 6899687. OLE color: 6899687.

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

Color convert

RGB 231 71 105 -
CMYK 0 0.69 0.55 0.09
HSL 347.25º 0.77% 0.59% -
HSV(B) 347.25º 0.69% 0.91% -
XYZ 37.76 22.52 15.72 -
YUV 122.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 231 71 105 0 0.69 0.55 0.09 347.25 0.77 0.59
Hex E7 47 69 0 45 37 9 15B 4D 3B
Octal 347 107 151 0 105 67 11 533 115 73
Binary 11100111 1000111 1101001 0 1000101 110111 1001 101011011 1001101 111011

Color Harmonies of #E74769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74769

Black with #E74769

Text Example


Text Example

White with #E74769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74769; }

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

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

background-color css

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

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

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

border-color css

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

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

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