Html Css Color HEX #E14972 Cranberry

📋 copy color: '#E14972'

red 225 ◦ green 73 ◦ blue 114

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

Shades of Cranberry #E14972

Tints of Cranberry #E14972

RGB

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

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

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

R = 54.61%
G = 17.72%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E14972 (or 0xE14972) is known color: Cranberry. HEX triplet: E1, 49 and 72. RGB value is (225,73,114). Sum of RGB (Red+Green+Blue) = 225+73+114=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E14972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14972 is #1EB68D. Grayscale: #7B7B7B. Windows color (decimal): -2012814 or 7490017. OLE color: 7490017.

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

Color convert

RGB 225 73 114 -
CMYK 0 0.68 0.49 0.12
HSL 343.82º 0.72% 0.58% -
HSV(B) 343.82º 0.68% 0.88% -
XYZ 36.47 21.99 18.24 -
YUV 123.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 225 73 114 0 0.68 0.49 0.12 343.82 0.72 0.58
Hex E1 49 72 0 44 31 C 158 48 3A
Octal 341 111 162 0 104 61 14 530 110 72
Binary 11100001 1001001 1110010 0 1000100 110001 1100 101011000 1001000 111010

Color Harmonies of #E14972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14972

Black with #E14972

Text Example


Text Example

White with #E14972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14972; }

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

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

background-color css

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

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

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

border-color css

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

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

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