Html Css Color HEX #ED61F2 Pink Flamingo

📋 copy color: '#ED61F2'

red 237 ◦ green 97 ◦ blue 242

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

Shades of Pink Flamingo #ED61F2

Tints of Pink Flamingo #ED61F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.84%

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 41.15%
G = 16.84%
B = 42.01%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED61F2 (or 0xED61F2) is known color: Pink Flamingo. HEX triplet: ED, 61 and F2. RGB value is (237,97,242). Sum of RGB (Red+Green+Blue) = 237+97+242=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED61F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61F2 is #129E0D. Grayscale: #9A9A9A. Windows color (decimal): -1220110 or 15884781. OLE color: 15884781.

HSL color Cylindrical-coordinate representation of color #ED61F2: hue angle of 297.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED61F2 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 97 242 -
CMYK 0.02 0.60 0 0.05
HSL 297.93º 0.85% 0.66% -
HSV(B) 297.93º 0.6% 0.95% -
XYZ 55.23 32.96 87.46 -
YUV 155.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 237 97 242 0.02 0.60 0 0.05 297.93 0.85 0.66
Hex ED 61 F2 2 3C 0 5 12A 55 42
Octal 355 141 362 2 74 0 5 452 125 102
Binary 11101101 1100001 11110010 10 111100 0 101 100101010 1010101 1000010

Color Harmonies of #ED61F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED61F2

Black with #ED61F2

Text Example


Text Example

White with #ED61F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED61F2; }

 p { color: rgb(237,97,242); }

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

background-color css

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

 a { background-color: rgb(237,97,242); }

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

border-color css

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

 span { border-color: rgb(237,97,242); }

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