Html Css Color HEX #E25378 Cranberry

📋 copy color: '#E25378'

red 226 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #E25378

Tints of Cranberry #E25378

RGB

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

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

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

R = 52.68%
G = 19.35%
B = 27.97%

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

#E25378 (or 0xE25378) is known color: Cranberry. HEX triplet: E2, 53 and 78. RGB value is (226,83,120). Sum of RGB (Red+Green+Blue) = 226+83+120=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25378 is #1DAC87. Grayscale: #818181. Windows color (decimal): -1944712 or 7885794. OLE color: 7885794.

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

Color convert

RGB 226 83 120 -
CMYK 0 0.63 0.47 0.11
HSL 344.48º 0.71% 0.61% -
HSV(B) 344.48º 0.63% 0.89% -
XYZ 37.85 23.71 20.35 -
YUV 129.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 226 83 120 0 0.63 0.47 0.11 344.48 0.71 0.61
Hex E2 53 78 0 3F 2F B 158 47 3D
Octal 342 123 170 0 77 57 13 530 107 75
Binary 11100010 1010011 1111000 0 111111 101111 1011 101011000 1000111 111101

Color Harmonies of #E25378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25378

Black with #E25378

Text Example


Text Example

White with #E25378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25378; }

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

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

background-color css

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

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

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

border-color css

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

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

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