Html Css Color HEX #E0417D Cranberry

📋 copy color: '#E0417D'

red 224 ◦ green 65 ◦ blue 125

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

Shades of Cranberry #E0417D

Tints of Cranberry #E0417D

RGB

 RED value IS 224 (87.89% from 255) = 54.11%

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

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

R = 54.11%
G = 15.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0417D (or 0xE0417D) is known color: Cranberry. HEX triplet: E0, 41 and 7D. RGB value is (224,65,125). Sum of RGB (Red+Green+Blue) = 224+65+125=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0417D is #1FBE82. Grayscale: #777777. Windows color (decimal): -2080387 or 8208864. OLE color: 8208864.

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

Color convert

RGB 224 65 125 -
CMYK 0 0.71 0.44 0.12
HSL 337.36º 0.72% 0.57% -
HSV(B) 337.36º 0.71% 0.88% -
XYZ 36.33 21.11 21.56 -
YUV 119.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 224 65 125 0 0.71 0.44 0.12 337.36 0.72 0.57
Hex E0 41 7D 0 47 2C C 151 48 39
Octal 340 101 175 0 107 54 14 521 110 71
Binary 11100000 1000001 1111101 0 1000111 101100 1100 101010001 1001000 111001

Color Harmonies of #E0417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0417D

Black with #E0417D

Text Example


Text Example

White with #E0417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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