Html Css Color HEX #E5427A Cranberry

📋 copy color: '#E5427A'

red 229 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #E5427A

Tints of Cranberry #E5427A

RGB

 RED value IS 229 (89.84% from 255) = 54.92%

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

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

R = 54.92%
G = 15.83%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5427A (or 0xE5427A) is known color: Cranberry. HEX triplet: E5, 42 and 7A. RGB value is (229,66,122). Sum of RGB (Red+Green+Blue) = 229+66+122=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5427A is #1ABD85. Grayscale: #797979. Windows color (decimal): -1752454 or 8012517. OLE color: 8012517.

HSL color Cylindrical-coordinate representation of color #E5427A: hue angle of 339.39º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5427A is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 122 -
CMYK 0 0.71 0.47 0.10
HSL 339.39º 0.76% 0.58% -
HSV(B) 339.39º 0.71% 0.9% -
XYZ 37.77 21.96 20.66 -
YUV 121.12 128.5 204.95 -
System Red Green Blue C M Y K H S L
Decimal 229 66 122 0 0.71 0.47 0.10 339.39 0.76 0.58
Hex E5 42 7A 0 47 2F A 153 4C 3A
Octal 345 102 172 0 107 57 12 523 114 72
Binary 11100101 1000010 1111010 0 1000111 101111 1010 101010011 1001100 111010

Color Harmonies of #E5427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5427A

Black with #E5427A

Text Example


Text Example

White with #E5427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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