Html Css Color HEX #E74A69 Cranberry

📋 copy color: '#E74A69'

red 231 ◦ green 74 ◦ blue 105

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

Shades of Cranberry #E74A69

Tints of Cranberry #E74A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 56.34%
G = 18.05%
B = 25.61%

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

#E74A69 (or 0xE74A69) is known color: Cranberry. HEX triplet: E7, 4A and 69. RGB value is (231,74,105). Sum of RGB (Red+Green+Blue) = 231+74+105=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A69 is #18B596. Grayscale: #7C7C7C. Windows color (decimal): -1619351 or 6900455. OLE color: 6900455.

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

Color convert

RGB 231 74 105 -
CMYK 0 0.68 0.55 0.09
HSL 348.15º 0.77% 0.6% -
HSV(B) 348.15º 0.68% 0.91% -
XYZ 37.95 22.91 15.79 -
YUV 124.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 231 74 105 0 0.68 0.55 0.09 348.15 0.77 0.6
Hex E7 4A 69 0 44 37 9 15C 4D 3C
Octal 347 112 151 0 104 67 11 534 115 74
Binary 11100111 1001010 1101001 0 1000100 110111 1001 101011100 1001101 111100

Color Harmonies of #E74A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A69

Black with #E74A69

Text Example


Text Example

White with #E74A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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