Html Css Color HEX #ED61FF Pink Flamingo

📋 copy color: '#ED61FF'

red 237 ◦ green 97 ◦ blue 255

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

Shades of Pink Flamingo #ED61FF

Tints of Pink Flamingo #ED61FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.47%

 BLUE value IS 255 (100% from 255) = 43.29%

R = 40.24%
G = 16.47%
B = 43.29%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED61FF (or 0xED61FF) is known color: Pink Flamingo. HEX triplet: ED, 61 and FF. RGB value is (237,97,255). Sum of RGB (Red+Green+Blue) = 237+97+255=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 97 (38.28% from 255 or 16.47% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61FF is #129E00. Grayscale: #9C9C9C. Windows color (decimal): -1220097 or 16736749. OLE color: 16736749.

HSL color Cylindrical-coordinate representation of color #ED61FF: hue angle of 293.16º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED61FF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 97 255 -
CMYK 0.07 0.62 0 0
HSL 293.16º 1% 0.69% -
HSV(B) 293.16º 0.62% 1% -
XYZ 57.25 33.77 98.11 -
YUV 156.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 237 97 255 0.07 0.62 0 0 293.16 1 0.69
Hex ED 61 FF 7 3E 0 0 125 64 45
Octal 355 141 377 7 76 0 0 445 144 105
Binary 11101101 1100001 11111111 111 111110 0 0 100100101 1100100 1000101

Color Harmonies of #ED61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED61FF

Black with #ED61FF

Text Example


Text Example

White with #ED61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED61FF; }

 p { color: rgb(237,97,255); }

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

background-color css

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

 a { background-color: rgb(237,97,255); }

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

border-color css

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

 span { border-color: rgb(237,97,255); }

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