Html Css Color HEX #E95055 Mandy

📋 copy color: '#E95055'

red 233 ◦ green 80 ◦ blue 85

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

Shades of Mandy #E95055

Tints of Mandy #E95055

RGB

 RED value IS 233 (91.41% from 255) = 58.54%

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

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 58.54%
G = 20.1%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E95055 (or 0xE95055) is known color: Mandy. HEX triplet: E9, 50 and 55. RGB value is (233,80,85). Sum of RGB (Red+Green+Blue) = 233+80+85=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E95055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95055 is #16AFAA. Grayscale: #7E7E7E. Windows color (decimal): -1486763 or 5591273. OLE color: 5591273.

HSL color Cylindrical-coordinate representation of color #E95055: hue angle of 358.04º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95055 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 85 -
CMYK 0 0.66 0.64 0.09
HSL 358.04º 0.78% 0.61% -
HSV(B) 358.04º 0.66% 0.91% -
XYZ 38.11 23.72 11.16 -
YUV 126.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 233 80 85 0 0.66 0.64 0.09 358.04 0.78 0.61
Hex E9 50 55 0 42 40 9 166 4E 3D
Octal 351 120 125 0 102 100 11 546 116 75
Binary 11101001 1010000 1010101 0 1000010 1000000 1001 101100110 1001110 111101

Color Harmonies of #E95055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95055

Black with #E95055

Text Example


Text Example

White with #E95055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95055; }

 p { color: rgb(233,80,85); }

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

background-color css

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

 a { background-color: rgb(233,80,85); }

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

border-color css

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

 span { border-color: rgb(233,80,85); }

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