Html Css Color HEX #E65055 Mandy

📋 copy color: '#E65055'

red 230 ◦ green 80 ◦ blue 85

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

Shades of Mandy #E65055

Tints of Mandy #E65055

RGB

 RED value IS 230 (90.23% from 255) = 58.23%

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

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

R = 58.23%
G = 20.25%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E65055 (or 0xE65055) is known color: Mandy. HEX triplet: E6, 50 and 55. RGB value is (230,80,85). Sum of RGB (Red+Green+Blue) = 230+80+85=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E65055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65055 is #19AFAA. Grayscale: #7D7D7D. Windows color (decimal): -1683371 or 5591270. OLE color: 5591270.

HSL color Cylindrical-coordinate representation of color #E65055: hue angle of 358º degrees, saturation: 0.75, 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 #E65055 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 85 -
CMYK 0 0.65 0.63 0.10
HSL 358º 0.75% 0.61% -
HSV(B) 358º 0.65% 0.9% -
XYZ 37.14 23.22 11.12 -
YUV 125.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 230 80 85 0 0.65 0.63 0.10 358 0.75 0.61
Hex E6 50 55 0 41 3F A 166 4B 3D
Octal 346 120 125 0 101 77 12 546 113 75
Binary 11100110 1010000 1010101 0 1000001 111111 1010 101100110 1001011 111101

Color Harmonies of #E65055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65055

Black with #E65055

Text Example


Text Example

White with #E65055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65055; }

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

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

background-color css

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

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

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

border-color css

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

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

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