Html Css Color HEX #E1437D Cranberry

📋 copy color: '#E1437D'

red 225 ◦ green 67 ◦ blue 125

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

Shades of Cranberry #E1437D

Tints of Cranberry #E1437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 53.96%
G = 16.07%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1437D (or 0xE1437D) is known color: Cranberry. HEX triplet: E1, 43 and 7D. RGB value is (225,67,125). Sum of RGB (Red+Green+Blue) = 225+67+125=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1437D is #1EBC82. Grayscale: #787878. Windows color (decimal): -2014339 or 8209377. OLE color: 8209377.

HSL color Cylindrical-coordinate representation of color #E1437D: hue angle of 337.97º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1437D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 125 -
CMYK 0 0.70 0.44 0.12
HSL 337.97º 0.72% 0.57% -
HSV(B) 337.97º 0.7% 0.88% -
XYZ 36.76 21.5 21.61 -
YUV 120.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 225 67 125 0 0.70 0.44 0.12 337.97 0.72 0.57
Hex E1 43 7D 0 46 2C C 152 48 39
Octal 341 103 175 0 106 54 14 522 110 71
Binary 11100001 1000011 1111101 0 1000110 101100 1100 101010010 1001000 111001

Color Harmonies of #E1437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1437D

Black with #E1437D

Text Example


Text Example

White with #E1437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1437D; }

 p { color: rgb(225,67,125); }

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

background-color css

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

 a { background-color: rgb(225,67,125); }

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

border-color css

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

 span { border-color: rgb(225,67,125); }

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