Html Css Color HEX #E95353 Flamingo

📋 copy color: '#E95353'

red 233 ◦ green 83 ◦ blue 83

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

Shades of Flamingo #E95353

Tints of Flamingo #E95353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 58.4%
G = 20.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E95353 (or 0xE95353) is known color: Flamingo. HEX triplet: E9, 53 and 53. RGB value is (233,83,83). Sum of RGB (Red+Green+Blue) = 233+83+83=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E95353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95353 is #16ACAC. Grayscale: #7F7F7F. Windows color (decimal): -1485997 or 5460969. OLE color: 5460969.

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

Color convert

RGB 233 83 83 -
CMYK 0 0.64 0.64 0.09
HSL 0.77% 0.62% -
HSV(B) 0.64% 0.91% -
XYZ 38.26 24.13 10.83 -
YUV 127.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 233 83 83 0 0.64 0.64 0.09 0 0.77 0.62
Hex E9 53 53 0 40 40 9 0 4D 3E
Octal 351 123 123 0 100 100 11 0 115 76
Binary 11101001 1010011 1010011 0 1000000 1000000 1001 0 1001101 111110

Color Harmonies of #E95353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95353

Black with #E95353

Text Example


Text Example

White with #E95353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95353; }

 p { color: rgb(233,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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