Html Css Color HEX #ED5D4B Flamingo

📋 copy color: '#ED5D4B'

red 237 ◦ green 93 ◦ blue 75

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

Shades of Flamingo #ED5D4B

Tints of Flamingo #ED5D4B

RGB

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

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

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

R = 58.52%
G = 22.96%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED5D4B (or 0xED5D4B) is known color: Flamingo. HEX triplet: ED, 5D and 4B. RGB value is (237,93,75). Sum of RGB (Red+Green+Blue) = 237+93+75=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5D4B is #12A2B4. Grayscale: #868686. Windows color (decimal): -1221301 or 4939245. OLE color: 4939245.

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

Color convert

RGB 237 93 75 -
CMYK 0 0.61 0.68 0.07
HSL 6.67º 0.82% 0.61% -
HSV(B) 6.67º 0.68% 0.93% -
XYZ 40.11 26.34 9.63 -
YUV 134 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 237 93 75 0 0.61 0.68 0.07 6.67 0.82 0.61
Hex ED 5D 4B 0 3D 44 7 7 52 3D
Octal 355 135 113 0 75 104 7 7 122 75
Binary 11101101 1011101 1001011 0 111101 1000100 111 111 1010010 111101

Color Harmonies of #ED5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5D4B

Black with #ED5D4B

Text Example


Text Example

White with #ED5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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