Html Css Color HEX #E25475 Cranberry

📋 copy color: '#E25475'

red 226 ◦ green 84 ◦ blue 117

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

Shades of Cranberry #E25475

Tints of Cranberry #E25475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 52.93%
G = 19.67%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E25475 (or 0xE25475) is known color: Cranberry. HEX triplet: E2, 54 and 75. RGB value is (226,84,117). Sum of RGB (Red+Green+Blue) = 226+84+117=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E25475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25475 is #1DAB8A. Grayscale: #828282. Windows color (decimal): -1944459 or 7689442. OLE color: 7689442.

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

Color convert

RGB 226 84 117 -
CMYK 0 0.63 0.48 0.11
HSL 346.06º 0.71% 0.61% -
HSV(B) 346.06º 0.63% 0.89% -
XYZ 37.75 23.79 19.43 -
YUV 130.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 226 84 117 0 0.63 0.48 0.11 346.06 0.71 0.61
Hex E2 54 75 0 3F 30 B 15A 47 3D
Octal 342 124 165 0 77 60 13 532 107 75
Binary 11100010 1010100 1110101 0 111111 110000 1011 101011010 1000111 111101

Color Harmonies of #E25475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25475

Black with #E25475

Text Example


Text Example

White with #E25475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25475; }

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

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

background-color css

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

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

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

border-color css

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

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

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