Html Css Color HEX #E74A65 Cranberry

📋 copy color: '#E74A65'

red 231 ◦ green 74 ◦ blue 101

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

Shades of Cranberry #E74A65

Tints of Cranberry #E74A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 56.9%
G = 18.23%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E74A65 (or 0xE74A65) is known color: Cranberry. HEX triplet: E7, 4A and 65. RGB value is (231,74,101). Sum of RGB (Red+Green+Blue) = 231+74+101=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A65 is #18B59A. Grayscale: #7C7C7C. Windows color (decimal): -1619355 or 6638311. OLE color: 6638311.

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

Color convert

RGB 231 74 101 -
CMYK 0 0.68 0.56 0.09
HSL 349.68º 0.77% 0.6% -
HSV(B) 349.68º 0.68% 0.91% -
XYZ 37.75 22.83 14.73 -
YUV 124.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 231 74 101 0 0.68 0.56 0.09 349.68 0.77 0.6
Hex E7 4A 65 0 44 38 9 15E 4D 3C
Octal 347 112 145 0 104 70 11 536 115 74
Binary 11100111 1001010 1100101 0 1000100 111000 1001 101011110 1001101 111100

Color Harmonies of #E74A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A65

Black with #E74A65

Text Example


Text Example

White with #E74A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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