Html Css Color HEX #ED55F3 Pink Flamingo

📋 copy color: '#ED55F3'

red 237 ◦ green 85 ◦ blue 243

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

Shades of Pink Flamingo #ED55F3

Tints of Pink Flamingo #ED55F3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.04%

 BLUE value IS 243 (95.31% from 255) = 43.01%

R = 41.95%
G = 15.04%
B = 43.01%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED55F3 (or 0xED55F3) is known color: Pink Flamingo. HEX triplet: ED, 55 and F3. RGB value is (237,85,243). Sum of RGB (Red+Green+Blue) = 237+85+243=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED55F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55F3 is #12AA0C. Grayscale: #939393. Windows color (decimal): -1223181 or 15947245. OLE color: 15947245.

HSL color Cylindrical-coordinate representation of color #ED55F3: hue angle of 297.72º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED55F3 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 85 243 -
CMYK 0.02 0.65 0 0.05
HSL 297.72º 0.87% 0.64% -
HSV(B) 297.72º 0.65% 0.95% -
XYZ 54.35 30.97 87.91 -
YUV 148.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 237 85 243 0.02 0.65 0 0.05 297.72 0.87 0.64
Hex ED 55 F3 2 41 0 5 12A 57 40
Octal 355 125 363 2 101 0 5 452 127 100
Binary 11101101 1010101 11110011 10 1000001 0 101 100101010 1010111 1000000

Color Harmonies of #ED55F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55F3

Black with #ED55F3

Text Example


Text Example

White with #ED55F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55F3; }

 p { color: rgb(237,85,243); }

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

background-color css

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

 a { background-color: rgb(237,85,243); }

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

border-color css

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

 span { border-color: rgb(237,85,243); }

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