Html Css Color HEX #E74965 Cranberry

📋 copy color: '#E74965'

red 231 ◦ green 73 ◦ blue 101

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

Shades of Cranberry #E74965

Tints of Cranberry #E74965

RGB

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

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

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

R = 57.04%
G = 18.02%
B = 24.94%

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

#E74965 (or 0xE74965) is known color: Cranberry. HEX triplet: E7, 49 and 65. RGB value is (231,73,101). Sum of RGB (Red+Green+Blue) = 231+73+101=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E74965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74965 is #18B69A. Grayscale: #7B7B7B. Windows color (decimal): -1619611 or 6638055. OLE color: 6638055.

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

Color convert

RGB 231 73 101 -
CMYK 0 0.68 0.56 0.09
HSL 349.37º 0.77% 0.6% -
HSV(B) 349.37º 0.68% 0.91% -
XYZ 37.69 22.69 14.71 -
YUV 123.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 231 73 101 0 0.68 0.56 0.09 349.37 0.77 0.6
Hex E7 49 65 0 44 38 9 15D 4D 3C
Octal 347 111 145 0 104 70 11 535 115 74
Binary 11100111 1001001 1100101 0 1000100 111000 1001 101011101 1001101 111100

Color Harmonies of #E74965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74965

Black with #E74965

Text Example


Text Example

White with #E74965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74965; }

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

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

background-color css

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

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

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

border-color css

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

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

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