Html Css Color HEX #ED625C Flamingo

📋 copy color: '#ED625C'

red 237 ◦ green 98 ◦ blue 92

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

Shades of Flamingo #ED625C

Tints of Flamingo #ED625C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 55.5%
G = 22.95%
B = 21.55%

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

#ED625C (or 0xED625C) is known color: Flamingo. HEX triplet: ED, 62 and 5C. RGB value is (237,98,92). Sum of RGB (Red+Green+Blue) = 237+98+92=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED625C is #129DA3. Grayscale: #8B8B8B. Windows color (decimal): -1220004 or 6054637. OLE color: 6054637.

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

Color convert

RGB 237 98 92 -
CMYK 0 0.59 0.61 0.07
HSL 2.48º 0.8% 0.65% -
HSV(B) 2.48º 0.61% 0.93% -
XYZ 41.22 27.51 13.26 -
YUV 138.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 237 98 92 0 0.59 0.61 0.07 2.48 0.8 0.65
Hex ED 62 5C 0 3B 3D 7 2 50 41
Octal 355 142 134 0 73 75 7 2 120 101
Binary 11101101 1100010 1011100 0 111011 111101 111 10 1010000 1000001

Color Harmonies of #ED625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED625C

Black with #ED625C

Text Example


Text Example

White with #ED625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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