Html Css Color HEX #E14881 Cranberry

📋 copy color: '#E14881'

red 225 ◦ green 72 ◦ blue 129

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

Shades of Cranberry #E14881

Tints of Cranberry #E14881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 52.82%
G = 16.9%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14881 (or 0xE14881) is known color: Cranberry. HEX triplet: E1, 48 and 81. RGB value is (225,72,129). Sum of RGB (Red+Green+Blue) = 225+72+129=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E14881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14881 is #1EB77E. Grayscale: #7C7C7C. Windows color (decimal): -2013055 or 8472801. OLE color: 8472801.

HSL color Cylindrical-coordinate representation of color #E14881: hue angle of 337.65º 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 #E14881 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 129 -
CMYK 0 0.68 0.43 0.12
HSL 337.65º 0.72% 0.58% -
HSV(B) 337.65º 0.68% 0.88% -
XYZ 37.33 22.23 23.09 -
YUV 124.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 225 72 129 0 0.68 0.43 0.12 337.65 0.72 0.58
Hex E1 48 81 0 44 2B C 152 48 3A
Octal 341 110 201 0 104 53 14 522 110 72
Binary 11100001 1001000 10000001 0 1000100 101011 1100 101010010 1001000 111010

Color Harmonies of #E14881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14881

Black with #E14881

Text Example


Text Example

White with #E14881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14881; }

 p { color: rgb(225,72,129); }

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

background-color css

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

 a { background-color: rgb(225,72,129); }

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

border-color css

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

 span { border-color: rgb(225,72,129); }

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