Html Css Color HEX #ED635D Flamingo

📋 copy color: '#ED635D'

red 237 ◦ green 99 ◦ blue 93

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

Shades of Flamingo #ED635D

Tints of Flamingo #ED635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.08%

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

R = 55.24%
G = 23.08%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED635D (or 0xED635D) is known color: Flamingo. HEX triplet: ED, 63 and 5D. RGB value is (237,99,93). Sum of RGB (Red+Green+Blue) = 237+99+93=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED635D is #129CA2. Grayscale: #8B8B8B. Windows color (decimal): -1219747 or 6120429. OLE color: 6120429.

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

Color convert

RGB 237 99 93 -
CMYK 0 0.58 0.61 0.07
HSL 2.5º 0.8% 0.65% -
HSV(B) 2.5º 0.61% 0.93% -
XYZ 41.36 27.72 13.53 -
YUV 139.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 237 99 93 0 0.58 0.61 0.07 2.5 0.8 0.65
Hex ED 63 5D 0 3A 3D 7 2 50 41
Octal 355 143 135 0 72 75 7 2 120 101
Binary 11101101 1100011 1011101 0 111010 111101 111 10 1010000 1000001

Color Harmonies of #ED635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED635D

Black with #ED635D

Text Example


Text Example

White with #ED635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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