Html Css Color HEX #ED60FB Pink Flamingo

📋 copy color: '#ED60FB'

red 237 ◦ green 96 ◦ blue 251

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

Shades of Pink Flamingo #ED60FB

Tints of Pink Flamingo #ED60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 40.58%
G = 16.44%
B = 42.98%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED60FB (or 0xED60FB) is known color: Pink Flamingo. HEX triplet: ED, 60 and FB. RGB value is (237,96,251). Sum of RGB (Red+Green+Blue) = 237+96+251=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED60FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60FB is #129F04. Grayscale: #9B9B9B. Windows color (decimal): -1220357 or 16474349. OLE color: 16474349.

HSL color Cylindrical-coordinate representation of color #ED60FB: hue angle of 294.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED60FB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 96 251 -
CMYK 0.06 0.62 0 0.02
HSL 294.58º 0.95% 0.68% -
HSV(B) 294.58º 0.62% 0.98% -
XYZ 56.52 33.34 94.72 -
YUV 155.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 237 96 251 0.06 0.62 0 0.02 294.58 0.95 0.68
Hex ED 60 FB 6 3E 0 2 127 5F 44
Octal 355 140 373 6 76 0 2 447 137 104
Binary 11101101 1100000 11111011 110 111110 0 10 100100111 1011111 1000100

Color Harmonies of #ED60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60FB

Black with #ED60FB

Text Example


Text Example

White with #ED60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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