Html Css Color HEX #E1427A Cranberry

📋 copy color: '#E1427A'

red 225 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #E1427A

Tints of Cranberry #E1427A

RGB

 RED value IS 225 (88.28% from 255) = 54.48%

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

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

R = 54.48%
G = 15.98%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1427A (or 0xE1427A) is known color: Cranberry. HEX triplet: E1, 42 and 7A. RGB value is (225,66,122). Sum of RGB (Red+Green+Blue) = 225+66+122=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1427A is #1EBD85. Grayscale: #777777. Windows color (decimal): -2014598 or 8012513. OLE color: 8012513.

HSL color Cylindrical-coordinate representation of color #E1427A: hue angle of 338.87º degrees, saturation: 0.73, 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 #E1427A is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 122 -
CMYK 0 0.71 0.46 0.12
HSL 338.87º 0.73% 0.57% -
HSV(B) 338.87º 0.71% 0.88% -
XYZ 36.51 21.31 20.6 -
YUV 119.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 225 66 122 0 0.71 0.46 0.12 338.87 0.73 0.57
Hex E1 42 7A 0 47 2E C 153 49 39
Octal 341 102 172 0 107 56 14 523 111 71
Binary 11100001 1000010 1111010 0 1000111 101110 1100 101010011 1001001 111001

Color Harmonies of #E1427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1427A

Black with #E1427A

Text Example


Text Example

White with #E1427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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