Html Css Color HEX #E1427C Cranberry

📋 copy color: '#E1427C'

red 225 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #E1427C

Tints of Cranberry #E1427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 54.22%
G = 15.9%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1427C (or 0xE1427C) is known color: Cranberry. HEX triplet: E1, 42 and 7C. RGB value is (225,66,124). Sum of RGB (Red+Green+Blue) = 225+66+124=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1427C is #1EBD83. Grayscale: #787878. Windows color (decimal): -2014596 or 8143585. OLE color: 8143585.

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

Color convert

RGB 225 66 124 -
CMYK 0 0.71 0.45 0.12
HSL 338.11º 0.73% 0.57% -
HSV(B) 338.11º 0.71% 0.88% -
XYZ 36.64 21.36 21.26 -
YUV 120.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 225 66 124 0 0.71 0.45 0.12 338.11 0.73 0.57
Hex E1 42 7C 0 47 2D C 152 49 39
Octal 341 102 174 0 107 55 14 522 111 71
Binary 11100001 1000010 1111100 0 1000111 101101 1100 101010010 1001001 111001

Color Harmonies of #E1427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1427C

Black with #E1427C

Text Example


Text Example

White with #E1427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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