Html Css Color HEX #E2407D Cranberry

📋 copy color: '#E2407D'

red 226 ◦ green 64 ◦ blue 125

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

Shades of Cranberry #E2407D

Tints of Cranberry #E2407D

RGB

 RED value IS 226 (88.67% from 255) = 54.46%

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

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

R = 54.46%
G = 15.42%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2407D (or 0xE2407D) is known color: Cranberry. HEX triplet: E2, 40 and 7D. RGB value is (226,64,125). Sum of RGB (Red+Green+Blue) = 226+64+125=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2407D is #1DBF82. Grayscale: #777777. Windows color (decimal): -1949571 or 8208610. OLE color: 8208610.

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

Color convert

RGB 226 64 125 -
CMYK 0 0.72 0.45 0.11
HSL 337.41º 0.74% 0.57% -
HSV(B) 337.41º 0.72% 0.89% -
XYZ 36.9 21.32 21.57 -
YUV 119.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 226 64 125 0 0.72 0.45 0.11 337.41 0.74 0.57
Hex E2 40 7D 0 48 2D B 151 4A 39
Octal 342 100 175 0 110 55 13 521 112 71
Binary 11100010 1000000 1111101 0 1001000 101101 1011 101010001 1001010 111001

Color Harmonies of #E2407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2407D

Black with #E2407D

Text Example


Text Example

White with #E2407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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