Html Css Color HEX #E5427D Cranberry

📋 copy color: '#E5427D'

red 229 ◦ green 66 ◦ blue 125

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

Shades of Cranberry #E5427D

Tints of Cranberry #E5427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 54.52%
G = 15.71%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5427D (or 0xE5427D) is known color: Cranberry. HEX triplet: E5, 42 and 7D. RGB value is (229,66,125). Sum of RGB (Red+Green+Blue) = 229+66+125=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5427D is #1ABD82. Grayscale: #797979. Windows color (decimal): -1752451 or 8209125. OLE color: 8209125.

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

Color convert

RGB 229 66 125 -
CMYK 0 0.71 0.45 0.10
HSL 338.28º 0.76% 0.58% -
HSV(B) 338.28º 0.71% 0.9% -
XYZ 37.96 22.04 21.65 -
YUV 121.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 229 66 125 0 0.71 0.45 0.10 338.28 0.76 0.58
Hex E5 42 7D 0 47 2D A 152 4C 3A
Octal 345 102 175 0 107 55 12 522 114 72
Binary 11100101 1000010 1111101 0 1000111 101101 1010 101010010 1001100 111010

Color Harmonies of #E5427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5427D

Black with #E5427D

Text Example


Text Example

White with #E5427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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