Html Css Color HEX #ED68FC Pink Flamingo

📋 copy color: '#ED68FC'

red 237 ◦ green 104 ◦ blue 252

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

Shades of Pink Flamingo #ED68FC

Tints of Pink Flamingo #ED68FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 39.97%
G = 17.54%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED68FC (or 0xED68FC) is known color: Pink Flamingo. HEX triplet: ED, 68 and FC. RGB value is (237,104,252). Sum of RGB (Red+Green+Blue) = 237+104+252=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FC is #129703. Grayscale: #A0A0A0. Windows color (decimal): -1218308 or 16541933. OLE color: 16541933.

HSL color Cylindrical-coordinate representation of color #ED68FC: hue angle of 293.92º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED68FC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 104 252 -
CMYK 0.06 0.59 0 0.01
HSL 293.92º 0.96% 0.7% -
HSV(B) 293.92º 0.59% 0.99% -
XYZ 57.45 34.93 95.81 -
YUV 160.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 237 104 252 0.06 0.59 0 0.01 293.92 0.96 0.7
Hex ED 68 FC 6 3B 0 1 126 60 46
Octal 355 150 374 6 73 0 1 446 140 106
Binary 11101101 1101000 11111100 110 111011 0 1 100100110 1100000 1000110

Color Harmonies of #ED68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68FC

Black with #ED68FC

Text Example


Text Example

White with #ED68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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