Html Css Color HEX #ED3CFA Pink Flamingo

📋 copy color: '#ED3CFA'

red 237 ◦ green 60 ◦ blue 250

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

Shades of Pink Flamingo #ED3CFA

Tints of Pink Flamingo #ED3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.97%

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

R = 43.33%
G = 10.97%
B = 45.7%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED3CFA (or 0xED3CFA) is known color: Pink Flamingo. HEX triplet: ED, 3C and FA. RGB value is (237,60,250). Sum of RGB (Red+Green+Blue) = 237+60+250=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 60 (23.83% from 255 or 10.97% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED3CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CFA is #12C305. Grayscale: #868686. Windows color (decimal): -1229574 or 16399597. OLE color: 16399597.

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

Color convert

RGB 237 60 250 -
CMYK 0.05 0.76 0 0.02
HSL 295.89º 0.95% 0.61% -
HSV(B) 295.89º 0.76% 0.98% -
XYZ 53.8 28.14 93.04 -
YUV 134.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 237 60 250 0.05 0.76 0 0.02 295.89 0.95 0.61
Hex ED 3C FA 5 4C 0 2 128 5F 3D
Octal 355 74 372 5 114 0 2 450 137 75
Binary 11101101 111100 11111010 101 1001100 0 10 100101000 1011111 111101

Color Harmonies of #ED3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CFA

Black with #ED3CFA

Text Example


Text Example

White with #ED3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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