Html Css Color HEX #E25571 Cranberry

📋 copy color: '#E25571'

red 226 ◦ green 85 ◦ blue 113

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

Shades of Cranberry #E25571

Tints of Cranberry #E25571

RGB

 RED value IS 226 (88.67% from 255) = 53.3%

 GREEN value IS 85 (33.59% from 255) = 20.05%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 53.3%
G = 20.05%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E25571 (or 0xE25571) is known color: Cranberry. HEX triplet: E2, 55 and 71. RGB value is (226,85,113). Sum of RGB (Red+Green+Blue) = 226+85+113=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E25571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25571 is #1DAA8E. Grayscale: #828282. Windows color (decimal): -1944207 or 7427554. OLE color: 7427554.

HSL color Cylindrical-coordinate representation of color #E25571: hue angle of 348.09º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25571 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 113 -
CMYK 0 0.62 0.5 0.11
HSL 348.09º 0.71% 0.61% -
HSV(B) 348.09º 0.62% 0.89% -
XYZ 37.59 23.86 18.25 -
YUV 130.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 226 85 113 0 0.62 0.5 0.11 348.09 0.71 0.61
Hex E2 55 71 0 3E 32 B 15C 47 3D
Octal 342 125 161 0 76 62 13 534 107 75
Binary 11100010 1010101 1110001 0 111110 110010 1011 101011100 1000111 111101

Color Harmonies of #E25571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25571

Black with #E25571

Text Example


Text Example

White with #E25571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25571; }

 p { color: rgb(226,85,113); }

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

background-color css

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

 a { background-color: rgb(226,85,113); }

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

border-color css

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

 span { border-color: rgb(226,85,113); }

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