Html Css Color HEX #ED68F6 Pink Flamingo

📋 copy color: '#ED68F6'

red 237 ◦ green 104 ◦ blue 246

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

Shades of Pink Flamingo #ED68F6

Tints of Pink Flamingo #ED68F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.72%

 BLUE value IS 246 (96.48% from 255) = 41.91%

R = 40.37%
G = 17.72%
B = 41.91%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED68F6 (or 0xED68F6) is known color: Pink Flamingo. HEX triplet: ED, 68 and F6. RGB value is (237,104,246). Sum of RGB (Red+Green+Blue) = 237+104+246=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED68F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68F6 is #129709. Grayscale: #9F9F9F. Windows color (decimal): -1218314 or 16148717. OLE color: 16148717.

HSL color Cylindrical-coordinate representation of color #ED68F6: hue angle of 296.2º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED68F6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 104 246 -
CMYK 0.04 0.58 0 0.04
HSL 296.2º 0.89% 0.69% -
HSV(B) 296.2º 0.58% 0.96% -
XYZ 56.51 34.56 90.88 -
YUV 159.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 237 104 246 0.04 0.58 0 0.04 296.2 0.89 0.69
Hex ED 68 F6 4 3A 0 4 128 59 45
Octal 355 150 366 4 72 0 4 450 131 105
Binary 11101101 1101000 11110110 100 111010 0 100 100101000 1011001 1000101

Color Harmonies of #ED68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68F6

Black with #ED68F6

Text Example


Text Example

White with #ED68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68F6; }

 p { color: rgb(237,104,246); }

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

background-color css

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

 a { background-color: rgb(237,104,246); }

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

border-color css

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

 span { border-color: rgb(237,104,246); }

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