Html Css Color HEX #ED60F5 Pink Flamingo

📋 copy color: '#ED60F5'

red 237 ◦ green 96 ◦ blue 245

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

Shades of Pink Flamingo #ED60F5

Tints of Pink Flamingo #ED60F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.39%

R = 41%
G = 16.61%
B = 42.39%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED60F5 (or 0xED60F5) is known color: Pink Flamingo. HEX triplet: ED, 60 and F5. RGB value is (237,96,245). Sum of RGB (Red+Green+Blue) = 237+96+245=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED60F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60F5 is #129F0A. Grayscale: #9A9A9A. Windows color (decimal): -1220363 or 16081133. OLE color: 16081133.

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

Color convert

RGB 237 96 245 -
CMYK 0.03 0.61 0 0.04
HSL 296.78º 0.88% 0.67% -
HSV(B) 296.78º 0.61% 0.96% -
XYZ 55.59 32.96 89.82 -
YUV 155.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 237 96 245 0.03 0.61 0 0.04 296.78 0.88 0.67
Hex ED 60 F5 3 3D 0 4 129 58 43
Octal 355 140 365 3 75 0 4 451 130 103
Binary 11101101 1100000 11110101 11 111101 0 100 100101001 1011000 1000011

Color Harmonies of #ED60F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60F5

Black with #ED60F5

Text Example


Text Example

White with #ED60F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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