Html Css Color HEX #E25478 Cranberry

📋 copy color: '#E25478'

red 226 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #E25478

Tints of Cranberry #E25478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.53%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 52.56%
G = 19.53%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E25478 (or 0xE25478) is known color: Cranberry. HEX triplet: E2, 54 and 78. RGB value is (226,84,120). Sum of RGB (Red+Green+Blue) = 226+84+120=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E25478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25478 is #1DAB87. Grayscale: #828282. Windows color (decimal): -1944456 or 7886050. OLE color: 7886050.

HSL color Cylindrical-coordinate representation of color #E25478: hue angle of 344.79º 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 #E25478 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 84 120 -
CMYK 0 0.63 0.47 0.11
HSL 344.79º 0.71% 0.61% -
HSV(B) 344.79º 0.63% 0.89% -
XYZ 37.92 23.87 20.38 -
YUV 130.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 226 84 120 0 0.63 0.47 0.11 344.79 0.71 0.61
Hex E2 54 78 0 3F 2F B 159 47 3D
Octal 342 124 170 0 77 57 13 531 107 75
Binary 11100010 1010100 1111000 0 111111 101111 1011 101011001 1000111 111101

Color Harmonies of #E25478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25478

Black with #E25478

Text Example


Text Example

White with #E25478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25478; }

 p { color: rgb(226,84,120); }

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

background-color css

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

 a { background-color: rgb(226,84,120); }

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

border-color css

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

 span { border-color: rgb(226,84,120); }

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