Html Css Color HEX #ED655A Flamingo

📋 copy color: '#ED655A'

red 237 ◦ green 101 ◦ blue 90

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

Shades of Flamingo #ED655A

Tints of Flamingo #ED655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 55.37%
G = 23.6%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED655A (or 0xED655A) is known color: Flamingo. HEX triplet: ED, 65 and 5A. RGB value is (237,101,90). Sum of RGB (Red+Green+Blue) = 237+101+90=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655A is #129AA5. Grayscale: #8C8C8C. Windows color (decimal): -1219238 or 5924333. OLE color: 5924333.

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

Color convert

RGB 237 101 90 -
CMYK 0 0.57 0.62 0.07
HSL 4.49º 0.8% 0.64% -
HSV(B) 4.49º 0.62% 0.93% -
XYZ 41.42 28.05 12.9 -
YUV 140.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 237 101 90 0 0.57 0.62 0.07 4.49 0.8 0.64
Hex ED 65 5A 0 39 3E 7 4 50 40
Octal 355 145 132 0 71 76 7 4 120 100
Binary 11101101 1100101 1011010 0 111001 111110 111 100 1010000 1000000

Color Harmonies of #ED655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED655A

Black with #ED655A

Text Example


Text Example

White with #ED655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED655A; }

 p { color: rgb(237,101,90); }

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

background-color css

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

 a { background-color: rgb(237,101,90); }

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

border-color css

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

 span { border-color: rgb(237,101,90); }

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