Html Css Color HEX #ED65EF Pink Flamingo

📋 copy color: '#ED65EF'

red 237 ◦ green 101 ◦ blue 239

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

Shades of Pink Flamingo #ED65EF

Tints of Pink Flamingo #ED65EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.5%

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

R = 41.07%
G = 17.5%
B = 41.42%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED65EF (or 0xED65EF) is known color: Pink Flamingo. HEX triplet: ED, 65 and EF. RGB value is (237,101,239). Sum of RGB (Red+Green+Blue) = 237+101+239=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED65EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65EF is #129A10. Grayscale: #9C9C9C. Windows color (decimal): -1219089 or 15689197. OLE color: 15689197.

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

Color convert

RGB 237 101 239 -
CMYK 0.01 0.58 0 0.06
HSL 299.13º 0.81% 0.67% -
HSV(B) 299.13º 0.58% 0.94% -
XYZ 55.16 33.54 85.23 -
YUV 157.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 237 101 239 0.01 0.58 0 0.06 299.13 0.81 0.67
Hex ED 65 EF 1 3A 0 6 12B 51 43
Octal 355 145 357 1 72 0 6 453 121 103
Binary 11101101 1100101 11101111 1 111010 0 110 100101011 1010001 1000011

Color Harmonies of #ED65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65EF

Black with #ED65EF

Text Example


Text Example

White with #ED65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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