Html Css Color HEX #E6535A Mandy

📋 copy color: '#E6535A'

red 230 ◦ green 83 ◦ blue 90

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

Shades of Mandy #E6535A

Tints of Mandy #E6535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 57.07%
G = 20.6%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6535A (or 0xE6535A) is known color: Mandy. HEX triplet: E6, 53 and 5A. RGB value is (230,83,90). Sum of RGB (Red+Green+Blue) = 230+83+90=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6535A is #19ACA5. Grayscale: #7F7F7F. Windows color (decimal): -1682598 or 5919718. OLE color: 5919718.

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

Color convert

RGB 230 83 90 -
CMYK 0 0.64 0.61 0.10
HSL 357.14º 0.75% 0.61% -
HSV(B) 357.14º 0.64% 0.9% -
XYZ 37.57 23.75 12.28 -
YUV 127.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 230 83 90 0 0.64 0.61 0.10 357.14 0.75 0.61
Hex E6 53 5A 0 40 3D A 165 4B 3D
Octal 346 123 132 0 100 75 12 545 113 75
Binary 11100110 1010011 1011010 0 1000000 111101 1010 101100101 1001011 111101

Color Harmonies of #E6535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6535A

Black with #E6535A

Text Example


Text Example

White with #E6535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6535A; }

 p { color: rgb(230,83,90); }

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

background-color css

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

 a { background-color: rgb(230,83,90); }

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

border-color css

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

 span { border-color: rgb(230,83,90); }

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