Html Css Color HEX #E1427F Cranberry

📋 copy color: '#E1427F'

red 225 ◦ green 66 ◦ blue 127

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

Shades of Cranberry #E1427F

Tints of Cranberry #E1427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 53.83%
G = 15.79%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1427F (or 0xE1427F) is known color: Cranberry. HEX triplet: E1, 42 and 7F. RGB value is (225,66,127). Sum of RGB (Red+Green+Blue) = 225+66+127=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1427F is #1EBD80. Grayscale: #787878. Windows color (decimal): -2014593 or 8340193. OLE color: 8340193.

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

Color convert

RGB 225 66 127 -
CMYK 0 0.71 0.44 0.12
HSL 336.98º 0.73% 0.57% -
HSV(B) 336.98º 0.71% 0.88% -
XYZ 36.83 21.44 22.28 -
YUV 120.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 225 66 127 0 0.71 0.44 0.12 336.98 0.73 0.57
Hex E1 42 7F 0 47 2C C 151 49 39
Octal 341 102 177 0 107 54 14 521 111 71
Binary 11100001 1000010 1111111 0 1000111 101100 1100 101010001 1001001 111001

Color Harmonies of #E1427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1427F

Black with #E1427F

Text Example


Text Example

White with #E1427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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