Html Css Color HEX #ED60FF Pink Flamingo

📋 copy color: '#ED60FF'

red 237 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #ED60FF

Tints of Pink Flamingo #ED60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 40.31%
G = 16.33%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED60FF (or 0xED60FF) is known color: Pink Flamingo. HEX triplet: ED, 60 and FF. RGB value is (237,96,255). Sum of RGB (Red+Green+Blue) = 237+96+255=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 96 (37.89% from 255 or 16.33% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60FF is #129F00. Grayscale: #9B9B9B. Windows color (decimal): -1220353 or 16736493. OLE color: 16736493.

HSL color Cylindrical-coordinate representation of color #ED60FF: hue angle of 293.21º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED60FF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 96 255 -
CMYK 0.07 0.62 0 0
HSL 293.21º 1% 0.69% -
HSV(B) 293.21º 0.62% 1% -
XYZ 57.16 33.59 98.08 -
YUV 156.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 237 96 255 0.07 0.62 0 0 293.21 1 0.69
Hex ED 60 FF 7 3E 0 0 125 64 45
Octal 355 140 377 7 76 0 0 445 144 105
Binary 11101101 1100000 11111111 111 111110 0 0 100100101 1100100 1000101

Color Harmonies of #ED60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60FF

Black with #ED60FF

Text Example


Text Example

White with #ED60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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