Html Css Color HEX #E74575 Cranberry

📋 copy color: '#E74575'

red 231 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #E74575

Tints of Cranberry #E74575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 55.4%
G = 16.55%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E74575 (or 0xE74575) is known color: Cranberry. HEX triplet: E7, 45 and 75. RGB value is (231,69,117). Sum of RGB (Red+Green+Blue) = 231+69+117=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E74575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74575 is #18BA8A. Grayscale: #7A7A7A. Windows color (decimal): -1620619 or 7685607. OLE color: 7685607.

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

Color convert

RGB 231 69 117 -
CMYK 0 0.70 0.49 0.09
HSL 342.22º 0.77% 0.59% -
HSV(B) 342.22º 0.7% 0.91% -
XYZ 38.29 22.53 19.16 -
YUV 122.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 231 69 117 0 0.70 0.49 0.09 342.22 0.77 0.59
Hex E7 45 75 0 46 31 9 156 4D 3B
Octal 347 105 165 0 106 61 11 526 115 73
Binary 11100111 1000101 1110101 0 1000110 110001 1001 101010110 1001101 111011

Color Harmonies of #E74575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74575

Black with #E74575

Text Example


Text Example

White with #E74575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74575; }

 p { color: rgb(231,69,117); }

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

background-color css

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

 a { background-color: rgb(231,69,117); }

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

border-color css

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

 span { border-color: rgb(231,69,117); }

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