Html Css Color HEX #E74D64 Cranberry

📋 copy color: '#E74D64'

red 231 ◦ green 77 ◦ blue 100

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

Shades of Cranberry #E74D64

Tints of Cranberry #E74D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 56.62%
G = 18.87%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E74D64 (or 0xE74D64) is known color: Cranberry. HEX triplet: E7, 4D and 64. RGB value is (231,77,100). Sum of RGB (Red+Green+Blue) = 231+77+100=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D64 is #18B29B. Grayscale: #7D7D7D. Windows color (decimal): -1618588 or 6573543. OLE color: 6573543.

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

Color convert

RGB 231 77 100 -
CMYK 0 0.67 0.57 0.09
HSL 351.04º 0.76% 0.6% -
HSV(B) 351.04º 0.67% 0.91% -
XYZ 37.91 23.22 14.54 -
YUV 125.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 231 77 100 0 0.67 0.57 0.09 351.04 0.76 0.6
Hex E7 4D 64 0 43 39 9 15F 4C 3C
Octal 347 115 144 0 103 71 11 537 114 74
Binary 11100111 1001101 1100100 0 1000011 111001 1001 101011111 1001100 111100

Color Harmonies of #E74D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D64

Black with #E74D64

Text Example


Text Example

White with #E74D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D64; }

 p { color: rgb(231,77,100); }

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

background-color css

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

 a { background-color: rgb(231,77,100); }

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

border-color css

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

 span { border-color: rgb(231,77,100); }

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