Html Css Color HEX #E5417D Cranberry

📋 copy color: '#E5417D'

red 229 ◦ green 65 ◦ blue 125

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

Shades of Cranberry #E5417D

Tints of Cranberry #E5417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.51%

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

R = 54.65%
G = 15.51%
B = 29.83%

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

#E5417D (or 0xE5417D) is known color: Cranberry. HEX triplet: E5, 41 and 7D. RGB value is (229,65,125). Sum of RGB (Red+Green+Blue) = 229+65+125=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5417D is #1ABE82. Grayscale: #787878. Windows color (decimal): -1752707 or 8208869. OLE color: 8208869.

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

Color convert

RGB 229 65 125 -
CMYK 0 0.72 0.45 0.10
HSL 338.05º 0.76% 0.58% -
HSV(B) 338.05º 0.72% 0.9% -
XYZ 37.91 21.92 21.64 -
YUV 120.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 229 65 125 0 0.72 0.45 0.10 338.05 0.76 0.58
Hex E5 41 7D 0 48 2D A 152 4C 3A
Octal 345 101 175 0 110 55 12 522 114 72
Binary 11100101 1000001 1111101 0 1001000 101101 1010 101010010 1001100 111010

Color Harmonies of #E5417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5417D

Black with #E5417D

Text Example


Text Example

White with #E5417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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