Html Css Color HEX #E55075 Cranberry

📋 copy color: '#E55075'

red 229 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #E55075

Tints of Cranberry #E55075

RGB

 RED value IS 229 (89.84% from 255) = 53.76%

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 53.76%
G = 18.78%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55075 (or 0xE55075) is known color: Cranberry. HEX triplet: E5, 50 and 75. RGB value is (229,80,117). Sum of RGB (Red+Green+Blue) = 229+80+117=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E55075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55075 is #1AAF8A. Grayscale: #808080. Windows color (decimal): -1748875 or 7688421. OLE color: 7688421.

HSL color Cylindrical-coordinate representation of color #E55075: hue angle of 345.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55075 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 117 -
CMYK 0 0.65 0.49 0.10
HSL 345.1º 0.74% 0.61% -
HSV(B) 345.1º 0.65% 0.9% -
XYZ 38.39 23.68 19.38 -
YUV 128.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 229 80 117 0 0.65 0.49 0.10 345.1 0.74 0.61
Hex E5 50 75 0 41 31 A 159 4A 3D
Octal 345 120 165 0 101 61 12 531 112 75
Binary 11100101 1010000 1110101 0 1000001 110001 1010 101011001 1001010 111101

Color Harmonies of #E55075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55075

Black with #E55075

Text Example


Text Example

White with #E55075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55075; }

 p { color: rgb(229,80,117); }

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

background-color css

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

 a { background-color: rgb(229,80,117); }

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

border-color css

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

 span { border-color: rgb(229,80,117); }

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