Html Css Color HEX #E74475 Cranberry

📋 copy color: '#E74475'

red 231 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #E74475

Tints of Cranberry #E74475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

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

R = 55.53%
G = 16.35%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E74475 (or 0xE74475) is known color: Cranberry. HEX triplet: E7, 44 and 75. RGB value is (231,68,117). Sum of RGB (Red+Green+Blue) = 231+68+117=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74475 is #18BB8A. Grayscale: #7A7A7A. Windows color (decimal): -1620875 or 7685351. OLE color: 7685351.

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

Color convert

RGB 231 68 117 -
CMYK 0 0.71 0.49 0.09
HSL 341.96º 0.77% 0.59% -
HSV(B) 341.96º 0.71% 0.91% -
XYZ 38.23 22.41 19.14 -
YUV 122.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 231 68 117 0 0.71 0.49 0.09 341.96 0.77 0.59
Hex E7 44 75 0 47 31 9 156 4D 3B
Octal 347 104 165 0 107 61 11 526 115 73
Binary 11100111 1000100 1110101 0 1000111 110001 1001 101010110 1001101 111011

Color Harmonies of #E74475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74475

Black with #E74475

Text Example


Text Example

White with #E74475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74475; }

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

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

background-color css

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

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

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

border-color css

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

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

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