Html Css Color HEX #E95450 Flamingo

📋 copy color: '#E95450'

red 233 ◦ green 84 ◦ blue 80

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

Shades of Flamingo #E95450

Tints of Flamingo #E95450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 58.69%
G = 21.16%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E95450 (or 0xE95450) is known color: Flamingo. HEX triplet: E9, 54 and 50. RGB value is (233,84,80). Sum of RGB (Red+Green+Blue) = 233+84+80=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E95450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95450 is #16ABAF. Grayscale: #808080. Windows color (decimal): -1485744 or 5264617. OLE color: 5264617.

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

Color convert

RGB 233 84 80 -
CMYK 0 0.64 0.66 0.09
HSL 1.57º 0.78% 0.61% -
HSV(B) 1.57º 0.66% 0.91% -
XYZ 38.22 24.24 10.25 -
YUV 128.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 233 84 80 0 0.64 0.66 0.09 1.57 0.78 0.61
Hex E9 54 50 0 40 42 9 2 4E 3D
Octal 351 124 120 0 100 102 11 2 116 75
Binary 11101001 1010100 1010000 0 1000000 1000010 1001 10 1001110 111101

Color Harmonies of #E95450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95450

Black with #E95450

Text Example


Text Example

White with #E95450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95450; }

 p { color: rgb(233,84,80); }

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

background-color css

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

 a { background-color: rgb(233,84,80); }

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

border-color css

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

 span { border-color: rgb(233,84,80); }

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