Html Css Color HEX #E2427A Cranberry

📋 copy color: '#E2427A'

red 226 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #E2427A

Tints of Cranberry #E2427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

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

R = 54.59%
G = 15.94%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2427A (or 0xE2427A) is known color: Cranberry. HEX triplet: E2, 42 and 7A. RGB value is (226,66,122). Sum of RGB (Red+Green+Blue) = 226+66+122=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2427A is #1DBD85. Grayscale: #787878. Windows color (decimal): -1949062 or 8012514. OLE color: 8012514.

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

Color convert

RGB 226 66 122 -
CMYK 0 0.71 0.46 0.11
HSL 339º 0.73% 0.57% -
HSV(B) 339º 0.71% 0.89% -
XYZ 36.83 21.47 20.62 -
YUV 120.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 226 66 122 0 0.71 0.46 0.11 339 0.73 0.57
Hex E2 42 7A 0 47 2E B 153 49 39
Octal 342 102 172 0 107 56 13 523 111 71
Binary 11100010 1000010 1111010 0 1000111 101110 1011 101010011 1001001 111001

Color Harmonies of #E2427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2427A

Black with #E2427A

Text Example


Text Example

White with #E2427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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