Html Css Color HEX #E75B4A Flamingo

📋 copy color: '#E75B4A'

red 231 ◦ green 91 ◦ blue 74

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

Shades of Flamingo #E75B4A

Tints of Flamingo #E75B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 58.33%
G = 22.98%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E75B4A (or 0xE75B4A) is known color: Flamingo. HEX triplet: E7, 5B and 4A. RGB value is (231,91,74). Sum of RGB (Red+Green+Blue) = 231+91+74=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75B4A is #18A4B5. Grayscale: #838383. Windows color (decimal): -1615030 or 4873191. OLE color: 4873191.

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

Color convert

RGB 231 91 74 -
CMYK 0 0.61 0.68 0.09
HSL 6.5º 0.77% 0.6% -
HSV(B) 6.5º 0.68% 0.91% -
XYZ 37.93 24.97 9.3 -
YUV 130.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 231 91 74 0 0.61 0.68 0.09 6.5 0.77 0.6
Hex E7 5B 4A 0 3D 44 9 6 4D 3C
Octal 347 133 112 0 75 104 11 6 115 74
Binary 11100111 1011011 1001010 0 111101 1000100 1001 110 1001101 111100

Color Harmonies of #E75B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75B4A

Black with #E75B4A

Text Example


Text Example

White with #E75B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75B4A; }

 p { color: rgb(231,91,74); }

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

background-color css

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

 a { background-color: rgb(231,91,74); }

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

border-color css

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

 span { border-color: rgb(231,91,74); }

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