Html Css Color HEX #E1407D Cranberry

📋 copy color: '#E1407D'

red 225 ◦ green 64 ◦ blue 125

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

Shades of Cranberry #E1407D

Tints of Cranberry #E1407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

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

R = 54.35%
G = 15.46%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1407D (or 0xE1407D) is known color: Cranberry. HEX triplet: E1, 40 and 7D. RGB value is (225,64,125). Sum of RGB (Red+Green+Blue) = 225+64+125=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1407D is #1EBF82. Grayscale: #777777. Windows color (decimal): -2015107 or 8208609. OLE color: 8208609.

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

Color convert

RGB 225 64 125 -
CMYK 0 0.72 0.44 0.12
HSL 337.27º 0.73% 0.57% -
HSV(B) 337.27º 0.72% 0.88% -
XYZ 36.59 21.16 21.56 -
YUV 119.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 225 64 125 0 0.72 0.44 0.12 337.27 0.73 0.57
Hex E1 40 7D 0 48 2C C 151 49 39
Octal 341 100 175 0 110 54 14 521 111 71
Binary 11100001 1000000 1111101 0 1001000 101100 1100 101010001 1001001 111001

Color Harmonies of #E1407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1407D

Black with #E1407D

Text Example


Text Example

White with #E1407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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