Html Css Color HEX #E15672 Cranberry

📋 copy color: '#E15672'

red 225 ◦ green 86 ◦ blue 114

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

Shades of Cranberry #E15672

Tints of Cranberry #E15672

RGB

 RED value IS 225 (88.28% from 255) = 52.94%

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 52.94%
G = 20.24%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E15672 (or 0xE15672) is known color: Cranberry. HEX triplet: E1, 56 and 72. RGB value is (225,86,114). Sum of RGB (Red+Green+Blue) = 225+86+114=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E15672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15672 is #1EA98D. Grayscale: #828282. Windows color (decimal): -2009486 or 7493345. OLE color: 7493345.

HSL color Cylindrical-coordinate representation of color #E15672: hue angle of 347.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15672 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 86 114 -
CMYK 0 0.62 0.49 0.12
HSL 347.91º 0.7% 0.61% -
HSV(B) 347.91º 0.62% 0.88% -
XYZ 37.42 23.88 18.56 -
YUV 130.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 225 86 114 0 0.62 0.49 0.12 347.91 0.7 0.61
Hex E1 56 72 0 3E 31 C 15C 46 3D
Octal 341 126 162 0 76 61 14 534 106 75
Binary 11100001 1010110 1110010 0 111110 110001 1100 101011100 1000110 111101

Color Harmonies of #E15672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15672

Black with #E15672

Text Example


Text Example

White with #E15672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15672; }

 p { color: rgb(225,86,114); }

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

background-color css

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

 a { background-color: rgb(225,86,114); }

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

border-color css

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

 span { border-color: rgb(225,86,114); }

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