Html Css Color HEX #E75A4D Flamingo

📋 copy color: '#E75A4D'

red 231 ◦ green 90 ◦ blue 77

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

Shades of Flamingo #E75A4D

Tints of Flamingo #E75A4D

RGB

 RED value IS 231 (90.63% from 255) = 58.04%

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 58.04%
G = 22.61%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E75A4D (or 0xE75A4D) is known color: Flamingo. HEX triplet: E7, 5A and 4D. RGB value is (231,90,77). Sum of RGB (Red+Green+Blue) = 231+90+77=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A4D is #18A5B2. Grayscale: #828282. Windows color (decimal): -1615283 or 5069543. OLE color: 5069543.

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

Color convert

RGB 231 90 77 -
CMYK 0 0.61 0.67 0.09
HSL 5.06º 0.76% 0.6% -
HSV(B) 5.06º 0.67% 0.91% -
XYZ 37.95 24.84 9.81 -
YUV 130.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 231 90 77 0 0.61 0.67 0.09 5.06 0.76 0.6
Hex E7 5A 4D 0 3D 43 9 5 4C 3C
Octal 347 132 115 0 75 103 11 5 114 74
Binary 11100111 1011010 1001101 0 111101 1000011 1001 101 1001100 111100

Color Harmonies of #E75A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A4D

Black with #E75A4D

Text Example


Text Example

White with #E75A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A4D; }

 p { color: rgb(231,90,77); }

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

background-color css

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

 a { background-color: rgb(231,90,77); }

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

border-color css

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

 span { border-color: rgb(231,90,77); }

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