Html Css Color HEX #E15274 Cranberry

📋 copy color: '#E15274'

red 225 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #E15274

Tints of Cranberry #E15274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 53.19%
G = 19.39%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E15274 (or 0xE15274) is known color: Cranberry. HEX triplet: E1, 52 and 74. RGB value is (225,82,116). Sum of RGB (Red+Green+Blue) = 225+82+116=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E15274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15274 is #1EAD8B. Grayscale: #808080. Windows color (decimal): -2010508 or 7623393. OLE color: 7623393.

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

Color convert

RGB 225 82 116 -
CMYK 0 0.64 0.48 0.12
HSL 345.73º 0.7% 0.6% -
HSV(B) 345.73º 0.64% 0.88% -
XYZ 37.22 23.3 19.06 -
YUV 128.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 225 82 116 0 0.64 0.48 0.12 345.73 0.7 0.6
Hex E1 52 74 0 40 30 C 15A 46 3C
Octal 341 122 164 0 100 60 14 532 106 74
Binary 11100001 1010010 1110100 0 1000000 110000 1100 101011010 1000110 111100

Color Harmonies of #E15274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15274

Black with #E15274

Text Example


Text Example

White with #E15274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15274; }

 p { color: rgb(225,82,116); }

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

background-color css

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

 a { background-color: rgb(225,82,116); }

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

border-color css

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

 span { border-color: rgb(225,82,116); }

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