Html Css Color HEX #ED625D Flamingo

📋 copy color: '#ED625D'

red 237 ◦ green 98 ◦ blue 93

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

Shades of Flamingo #ED625D

Tints of Flamingo #ED625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 55.37%
G = 22.9%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED625D (or 0xED625D) is known color: Flamingo. HEX triplet: ED, 62 and 5D. RGB value is (237,98,93). Sum of RGB (Red+Green+Blue) = 237+98+93=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED625D is #129DA2. Grayscale: #8B8B8B. Windows color (decimal): -1220003 or 6120173. OLE color: 6120173.

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

Color convert

RGB 237 98 93 -
CMYK 0 0.59 0.61 0.07
HSL 2.08º 0.8% 0.65% -
HSV(B) 2.08º 0.61% 0.93% -
XYZ 41.27 27.53 13.49 -
YUV 138.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 237 98 93 0 0.59 0.61 0.07 2.08 0.8 0.65
Hex ED 62 5D 0 3B 3D 7 2 50 41
Octal 355 142 135 0 73 75 7 2 120 101
Binary 11101101 1100010 1011101 0 111011 111101 111 10 1010000 1000001

Color Harmonies of #ED625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED625D

Black with #ED625D

Text Example


Text Example

White with #ED625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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