Html Css Color HEX #E5407D Cranberry

📋 copy color: '#E5407D'

red 229 ◦ green 64 ◦ blue 125

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

Shades of Cranberry #E5407D

Tints of Cranberry #E5407D

RGB

 RED value IS 229 (89.84% from 255) = 54.78%

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

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

R = 54.78%
G = 15.31%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5407D (or 0xE5407D) is known color: Cranberry. HEX triplet: E5, 40 and 7D. RGB value is (229,64,125). Sum of RGB (Red+Green+Blue) = 229+64+125=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5407D is #1ABF82. Grayscale: #787878. Windows color (decimal): -1752963 or 8208613. OLE color: 8208613.

HSL color Cylindrical-coordinate representation of color #E5407D: hue angle of 337.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5407D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 125 -
CMYK 0 0.72 0.45 0.10
HSL 337.82º 0.76% 0.57% -
HSV(B) 337.82º 0.72% 0.9% -
XYZ 37.85 21.81 21.62 -
YUV 120.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 229 64 125 0 0.72 0.45 0.10 337.82 0.76 0.57
Hex E5 40 7D 0 48 2D A 152 4C 39
Octal 345 100 175 0 110 55 12 522 114 71
Binary 11100101 1000000 1111101 0 1001000 101101 1010 101010010 1001100 111001

Color Harmonies of #E5407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5407D

Black with #E5407D

Text Example


Text Example

White with #E5407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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