Html Css Color HEX #E95053 Mandy

📋 copy color: '#E95053'

red 233 ◦ green 80 ◦ blue 83

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

Shades of Mandy #E95053

Tints of Mandy #E95053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 58.84%
G = 20.2%
B = 20.96%

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

#E95053 (or 0xE95053) is known color: Mandy. HEX triplet: E9, 50 and 53. RGB value is (233,80,83). Sum of RGB (Red+Green+Blue) = 233+80+83=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E95053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95053 is #16AFAC. Grayscale: #7E7E7E. Windows color (decimal): -1486765 or 5460201. OLE color: 5460201.

HSL color Cylindrical-coordinate representation of color #E95053: hue angle of 358.82º 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 #E95053 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 83 -
CMYK 0 0.66 0.64 0.09
HSL 358.82º 0.78% 0.61% -
HSV(B) 358.82º 0.66% 0.91% -
XYZ 38.03 23.69 10.75 -
YUV 126.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 233 80 83 0 0.66 0.64 0.09 358.82 0.78 0.61
Hex E9 50 53 0 42 40 9 167 4E 3D
Octal 351 120 123 0 102 100 11 547 116 75
Binary 11101001 1010000 1010011 0 1000010 1000000 1001 101100111 1001110 111101

Color Harmonies of #E95053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95053

Black with #E95053

Text Example


Text Example

White with #E95053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95053; }

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

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

background-color css

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

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

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

border-color css

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

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

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