Html Css Color HEX #E2477A Cranberry

📋 copy color: '#E2477A'

red 226 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #E2477A

Tints of Cranberry #E2477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.95%

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 53.94%
G = 16.95%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2477A (or 0xE2477A) is known color: Cranberry. HEX triplet: E2, 47 and 7A. RGB value is (226,71,122). Sum of RGB (Red+Green+Blue) = 226+71+122=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2477A is #1DB885. Grayscale: #7B7B7B. Windows color (decimal): -1947782 or 8013794. OLE color: 8013794.

HSL color Cylindrical-coordinate representation of color #E2477A: hue angle of 340.26º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2477A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 71 122 -
CMYK 0 0.69 0.46 0.11
HSL 340.26º 0.73% 0.58% -
HSV(B) 340.26º 0.69% 0.89% -
XYZ 37.13 22.08 20.72 -
YUV 123.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 226 71 122 0 0.69 0.46 0.11 340.26 0.73 0.58
Hex E2 47 7A 0 45 2E B 154 49 3A
Octal 342 107 172 0 105 56 13 524 111 72
Binary 11100010 1000111 1111010 0 1000101 101110 1011 101010100 1001001 111010

Color Harmonies of #E2477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2477A

Black with #E2477A

Text Example


Text Example

White with #E2477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2477A; }

 p { color: rgb(226,71,122); }

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

background-color css

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

 a { background-color: rgb(226,71,122); }

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

border-color css

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

 span { border-color: rgb(226,71,122); }

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