Html Css Color HEX #ED5CFA Pink Flamingo

📋 copy color: '#ED5CFA'

red 237 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #ED5CFA

Tints of Pink Flamingo #ED5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.89%

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 40.93%
G = 15.89%
B = 43.18%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED5CFA (or 0xED5CFA) is known color: Pink Flamingo. HEX triplet: ED, 5C and FA. RGB value is (237,92,250). Sum of RGB (Red+Green+Blue) = 237+92+250=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFA is #12A305. Grayscale: #989898. Windows color (decimal): -1221382 or 16407789. OLE color: 16407789.

HSL color Cylindrical-coordinate representation of color #ED5CFA: hue angle of 295.06º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5CFA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 92 250 -
CMYK 0.05 0.63 0 0.02
HSL 295.06º 0.94% 0.67% -
HSV(B) 295.06º 0.63% 0.98% -
XYZ 56.01 32.56 93.78 -
YUV 153.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 237 92 250 0.05 0.63 0 0.02 295.06 0.94 0.67
Hex ED 5C FA 5 3F 0 2 127 5E 43
Octal 355 134 372 5 77 0 2 447 136 103
Binary 11101101 1011100 11111010 101 111111 0 10 100100111 1011110 1000011

Color Harmonies of #ED5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5CFA

Black with #ED5CFA

Text Example


Text Example

White with #ED5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5CFA; }

 p { color: rgb(237,92,250); }

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

background-color css

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

 a { background-color: rgb(237,92,250); }

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

border-color css

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

 span { border-color: rgb(237,92,250); }

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