Html Css Color HEX #ED4CFA Pink Flamingo

📋 copy color: '#ED4CFA'

red 237 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #ED4CFA

Tints of Pink Flamingo #ED4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.5%

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

R = 42.1%
G = 13.5%
B = 44.4%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED4CFA (or 0xED4CFA) is known color: Pink Flamingo. HEX triplet: ED, 4C and FA. RGB value is (237,76,250). Sum of RGB (Red+Green+Blue) = 237+76+250=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFA is #12B305. Grayscale: #8F8F8F. Windows color (decimal): -1225478 or 16403693. OLE color: 16403693.

HSL color Cylindrical-coordinate representation of color #ED4CFA: hue angle of 295.52º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4CFA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 76 250 -
CMYK 0.05 0.70 0 0.02
HSL 295.52º 0.95% 0.64% -
HSV(B) 295.52º 0.7% 0.98% -
XYZ 54.76 30.08 93.36 -
YUV 143.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 237 76 250 0.05 0.70 0 0.02 295.52 0.95 0.64
Hex ED 4C FA 5 46 0 2 128 5F 40
Octal 355 114 372 5 106 0 2 450 137 100
Binary 11101101 1001100 11111010 101 1000110 0 10 100101000 1011111 1000000

Color Harmonies of #ED4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CFA

Black with #ED4CFA

Text Example


Text Example

White with #ED4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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