Html Css Color HEX #E0427C Cranberry

📋 copy color: '#E0427C'

red 224 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #E0427C

Tints of Cranberry #E0427C

RGB

 RED value IS 224 (87.89% from 255) = 54.11%

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

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

R = 54.11%
G = 15.94%
B = 29.95%

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

#E0427C (or 0xE0427C) is known color: Cranberry. HEX triplet: E0, 42 and 7C. RGB value is (224,66,124). Sum of RGB (Red+Green+Blue) = 224+66+124=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0427C is #1FBD83. Grayscale: #777777. Windows color (decimal): -2080132 or 8143584. OLE color: 8143584.

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

Color convert

RGB 224 66 124 -
CMYK 0 0.71 0.45 0.12
HSL 337.97º 0.72% 0.57% -
HSV(B) 337.97º 0.71% 0.88% -
XYZ 36.33 21.2 21.25 -
YUV 119.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 224 66 124 0 0.71 0.45 0.12 337.97 0.72 0.57
Hex E0 42 7C 0 47 2D C 152 48 39
Octal 340 102 174 0 107 55 14 522 110 71
Binary 11100000 1000010 1111100 0 1000111 101101 1100 101010010 1001000 111001

Color Harmonies of #E0427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0427C

Black with #E0427C

Text Example


Text Example

White with #E0427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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