Html Css Color HEX #ED5E4B Flamingo

📋 copy color: '#ED5E4B'

red 237 ◦ green 94 ◦ blue 75

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

Shades of Flamingo #ED5E4B

Tints of Flamingo #ED5E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 58.37%
G = 23.15%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED5E4B (or 0xED5E4B) is known color: Flamingo. HEX triplet: ED, 5E and 4B. RGB value is (237,94,75). Sum of RGB (Red+Green+Blue) = 237+94+75=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5E4B is #12A1B4. Grayscale: #868686. Windows color (decimal): -1221045 or 4939501. OLE color: 4939501.

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

Color convert

RGB 237 94 75 -
CMYK 0 0.60 0.68 0.07
HSL 7.04º 0.82% 0.61% -
HSV(B) 7.04º 0.68% 0.93% -
XYZ 40.2 26.52 9.66 -
YUV 134.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 237 94 75 0 0.60 0.68 0.07 7.04 0.82 0.61
Hex ED 5E 4B 0 3C 44 7 7 52 3D
Octal 355 136 113 0 74 104 7 7 122 75
Binary 11101101 1011110 1001011 0 111100 1000100 111 111 1010010 111101

Color Harmonies of #ED5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E4B

Black with #ED5E4B

Text Example


Text Example

White with #ED5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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