Html Css Color HEX #ED665A Flamingo

📋 copy color: '#ED665A'

red 237 ◦ green 102 ◦ blue 90

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

Shades of Flamingo #ED665A

Tints of Flamingo #ED665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

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

R = 55.24%
G = 23.78%
B = 20.98%

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

#ED665A (or 0xED665A) is known color: Flamingo. HEX triplet: ED, 66 and 5A. RGB value is (237,102,90). Sum of RGB (Red+Green+Blue) = 237+102+90=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED665A is #1299A5. Grayscale: #8D8D8D. Windows color (decimal): -1218982 or 5924589. OLE color: 5924589.

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

Color convert

RGB 237 102 90 -
CMYK 0 0.57 0.62 0.07
HSL 4.9º 0.8% 0.64% -
HSV(B) 4.9º 0.62% 0.93% -
XYZ 41.52 28.25 12.94 -
YUV 141 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 237 102 90 0 0.57 0.62 0.07 4.9 0.8 0.64
Hex ED 66 5A 0 39 3E 7 5 50 40
Octal 355 146 132 0 71 76 7 5 120 100
Binary 11101101 1100110 1011010 0 111001 111110 111 101 1010000 1000000

Color Harmonies of #ED665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED665A

Black with #ED665A

Text Example


Text Example

White with #ED665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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