Html Css Color HEX #ED68FD Pink Flamingo

📋 copy color: '#ED68FD'

red 237 ◦ green 104 ◦ blue 253

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

Shades of Pink Flamingo #ED68FD

Tints of Pink Flamingo #ED68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 39.9%
G = 17.51%
B = 42.59%

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

#ED68FD (or 0xED68FD) is known color: Pink Flamingo. HEX triplet: ED, 68 and FD. RGB value is (237,104,253). Sum of RGB (Red+Green+Blue) = 237+104+253=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FD is #129702. Grayscale: #A0A0A0. Windows color (decimal): -1218307 or 16607469. OLE color: 16607469.

HSL color Cylindrical-coordinate representation of color #ED68FD: hue angle of 293.56º degrees, saturation: 0.97, 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 #ED68FD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 104 253 -
CMYK 0.06 0.59 0 0.01
HSL 293.56º 0.97% 0.7% -
HSV(B) 293.56º 0.59% 0.99% -
XYZ 57.6 35 96.65 -
YUV 160.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 237 104 253 0.06 0.59 0 0.01 293.56 0.97 0.7
Hex ED 68 FD 6 3B 0 1 126 61 46
Octal 355 150 375 6 73 0 1 446 141 106
Binary 11101101 1101000 11111101 110 111011 0 1 100100110 1100001 1000110

Color Harmonies of #ED68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68FD

Black with #ED68FD

Text Example


Text Example

White with #ED68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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