Html Css Color HEX #E2407F Cranberry

📋 copy color: '#E2407F'

red 226 ◦ green 64 ◦ blue 127

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

Shades of Cranberry #E2407F

Tints of Cranberry #E2407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 54.2%
G = 15.35%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2407F (or 0xE2407F) is known color: Cranberry. HEX triplet: E2, 40 and 7F. RGB value is (226,64,127). Sum of RGB (Red+Green+Blue) = 226+64+127=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2407F is #1DBF80. Grayscale: #777777. Windows color (decimal): -1949569 or 8339682. OLE color: 8339682.

HSL color Cylindrical-coordinate representation of color #E2407F: hue angle of 336.67º 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 #E2407F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 127 -
CMYK 0 0.72 0.44 0.11
HSL 336.67º 0.74% 0.57% -
HSV(B) 336.67º 0.72% 0.89% -
XYZ 37.03 21.37 22.25 -
YUV 119.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 226 64 127 0 0.72 0.44 0.11 336.67 0.74 0.57
Hex E2 40 7F 0 48 2C B 151 4A 39
Octal 342 100 177 0 110 54 13 521 112 71
Binary 11100010 1000000 1111111 0 1001000 101100 1011 101010001 1001010 111001

Color Harmonies of #E2407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2407F

Black with #E2407F

Text Example


Text Example

White with #E2407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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