Html Css Color HEX #E25370 Cranberry

📋 copy color: '#E25370'

red 226 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #E25370

Tints of Cranberry #E25370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 53.68%
G = 19.71%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E25370 (or 0xE25370) is known color: Cranberry. HEX triplet: E2, 53 and 70. RGB value is (226,83,112). Sum of RGB (Red+Green+Blue) = 226+83+112=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E25370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25370 is #1DAC8F. Grayscale: #818181. Windows color (decimal): -1944720 or 7361506. OLE color: 7361506.

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

Color convert

RGB 226 83 112 -
CMYK 0 0.63 0.50 0.11
HSL 347.83º 0.71% 0.61% -
HSV(B) 347.83º 0.63% 0.89% -
XYZ 37.38 23.53 17.9 -
YUV 129.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 226 83 112 0 0.63 0.50 0.11 347.83 0.71 0.61
Hex E2 53 70 0 3F 32 B 15C 47 3D
Octal 342 123 160 0 77 62 13 534 107 75
Binary 11100010 1010011 1110000 0 111111 110010 1011 101011100 1000111 111101

Color Harmonies of #E25370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25370

Black with #E25370

Text Example


Text Example

White with #E25370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25370; }

 p { color: rgb(226,83,112); }

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

background-color css

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

 a { background-color: rgb(226,83,112); }

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

border-color css

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

 span { border-color: rgb(226,83,112); }

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