Html Css Color HEX #ED68EF Pink Flamingo

📋 copy color: '#ED68EF'

red 237 ◦ green 104 ◦ blue 239

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

Shades of Pink Flamingo #ED68EF

Tints of Pink Flamingo #ED68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 40.86%
G = 17.93%
B = 41.21%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED68EF (or 0xED68EF) is known color: Pink Flamingo. HEX triplet: ED, 68 and EF. RGB value is (237,104,239). Sum of RGB (Red+Green+Blue) = 237+104+239=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED68EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68EF is #129710. Grayscale: #9E9E9E. Windows color (decimal): -1218321 or 15689965. OLE color: 15689965.

HSL color Cylindrical-coordinate representation of color #ED68EF: hue angle of 299.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED68EF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 104 239 -
CMYK 0.01 0.56 0 0.06
HSL 299.11º 0.81% 0.67% -
HSV(B) 299.11º 0.56% 0.94% -
XYZ 55.46 34.14 85.33 -
YUV 159.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 237 104 239 0.01 0.56 0 0.06 299.11 0.81 0.67
Hex ED 68 EF 1 38 0 6 12B 51 43
Octal 355 150 357 1 70 0 6 453 121 103
Binary 11101101 1101000 11101111 1 111000 0 110 100101011 1010001 1000011

Color Harmonies of #ED68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68EF

Black with #ED68EF

Text Example


Text Example

White with #ED68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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