Html Css Color HEX #ED60F8 Pink Flamingo

📋 copy color: '#ED60F8'

red 237 ◦ green 96 ◦ blue 248

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

Shades of Pink Flamingo #ED60F8

Tints of Pink Flamingo #ED60F8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.52%

 BLUE value IS 248 (97.27% from 255) = 42.69%

R = 40.79%
G = 16.52%
B = 42.69%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED60F8 (or 0xED60F8) is known color: Pink Flamingo. HEX triplet: ED, 60 and F8. RGB value is (237,96,248). Sum of RGB (Red+Green+Blue) = 237+96+248=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED60F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60F8 is #129F07. Grayscale: #9B9B9B. Windows color (decimal): -1220360 or 16277741. OLE color: 16277741.

HSL color Cylindrical-coordinate representation of color #ED60F8: hue angle of 295.66º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED60F8 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 96 248 -
CMYK 0.04 0.61 0 0.03
HSL 295.66º 0.92% 0.67% -
HSV(B) 295.66º 0.61% 0.97% -
XYZ 56.05 33.15 92.25 -
YUV 155.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 237 96 248 0.04 0.61 0 0.03 295.66 0.92 0.67
Hex ED 60 F8 4 3D 0 3 128 5C 43
Octal 355 140 370 4 75 0 3 450 134 103
Binary 11101101 1100000 11111000 100 111101 0 11 100101000 1011100 1000011

Color Harmonies of #ED60F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60F8

Black with #ED60F8

Text Example


Text Example

White with #ED60F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60F8; }

 p { color: rgb(237,96,248); }

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

background-color css

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

 a { background-color: rgb(237,96,248); }

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

border-color css

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

 span { border-color: rgb(237,96,248); }

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