Html Css Color HEX #E95D4B Flamingo

📋 copy color: '#E95D4B'

red 233 ◦ green 93 ◦ blue 75

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

Shades of Flamingo #E95D4B

Tints of Flamingo #E95D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 58.1%
G = 23.19%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E95D4B (or 0xE95D4B) is known color: Flamingo. HEX triplet: E9, 5D and 4B. RGB value is (233,93,75). Sum of RGB (Red+Green+Blue) = 233+93+75=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95D4B is #16A2B4. Grayscale: #858585. Windows color (decimal): -1483445 or 4939241. OLE color: 4939241.

HSL color Cylindrical-coordinate representation of color #E95D4B: hue angle of 6.84º degrees, saturation: 0.78, 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 #E95D4B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 93 75 -
CMYK 0 0.60 0.68 0.09
HSL 6.84º 0.78% 0.6% -
HSV(B) 6.84º 0.68% 0.91% -
XYZ 38.79 25.66 9.57 -
YUV 132.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 233 93 75 0 0.60 0.68 0.09 6.84 0.78 0.6
Hex E9 5D 4B 0 3C 44 9 7 4E 3C
Octal 351 135 113 0 74 104 11 7 116 74
Binary 11101001 1011101 1001011 0 111100 1000100 1001 111 1001110 111100

Color Harmonies of #E95D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95D4B

Black with #E95D4B

Text Example


Text Example

White with #E95D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95D4B; }

 p { color: rgb(233,93,75); }

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

background-color css

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

 a { background-color: rgb(233,93,75); }

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

border-color css

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

 span { border-color: rgb(233,93,75); }

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