Html Css Color HEX #ED554A Flamingo

📋 copy color: '#ED554A'

red 237 ◦ green 85 ◦ blue 74

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

Shades of Flamingo #ED554A

Tints of Flamingo #ED554A

RGB

 RED value IS 237 (92.97% from 255) = 59.85%

 GREEN value IS 85 (33.59% from 255) = 21.46%

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

R = 59.85%
G = 21.46%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED554A (or 0xED554A) is known color: Flamingo. HEX triplet: ED, 55 and 4A. RGB value is (237,85,74). Sum of RGB (Red+Green+Blue) = 237+85+74=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED554A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED554A is #12AAB5. Grayscale: #818181. Windows color (decimal): -1223350 or 4871661. OLE color: 4871661.

HSL color Cylindrical-coordinate representation of color #ED554A: hue angle of 4.05º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED554A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 85 74 -
CMYK 0 0.64 0.69 0.07
HSL 4.05º 0.82% 0.61% -
HSV(B) 4.05º 0.69% 0.93% -
XYZ 39.41 25 9.23 -
YUV 129.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 237 85 74 0 0.64 0.69 0.07 4.05 0.82 0.61
Hex ED 55 4A 0 40 45 7 4 52 3D
Octal 355 125 112 0 100 105 7 4 122 75
Binary 11101101 1010101 1001010 0 1000000 1000101 111 100 1010010 111101

Color Harmonies of #ED554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED554A

Black with #ED554A

Text Example


Text Example

White with #ED554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED554A; }

 p { color: rgb(237,85,74); }

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

background-color css

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

 a { background-color: rgb(237,85,74); }

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

border-color css

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

 span { border-color: rgb(237,85,74); }

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