Html Css Color HEX #ED3DFA Pink Flamingo

📋 copy color: '#ED3DFA'

red 237 ◦ green 61 ◦ blue 250

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

Shades of Pink Flamingo #ED3DFA

Tints of Pink Flamingo #ED3DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.13%

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

R = 43.25%
G = 11.13%
B = 45.62%

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

#ED3DFA (or 0xED3DFA) is known color: Pink Flamingo. HEX triplet: ED, 3D and FA. RGB value is (237,61,250). Sum of RGB (Red+Green+Blue) = 237+61+250=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 61 (24.22% from 255 or 11.13% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED3DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFA is #12C205. Grayscale: #868686. Windows color (decimal): -1229318 or 16399853. OLE color: 16399853.

HSL color Cylindrical-coordinate representation of color #ED3DFA: hue angle of 295.87º 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 #ED3DFA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 61 250 -
CMYK 0.05 0.76 0 0.02
HSL 295.87º 0.95% 0.61% -
HSV(B) 295.87º 0.76% 0.98% -
XYZ 53.85 28.24 93.06 -
YUV 135.17 192.81 200.63 -
System Red Green Blue C M Y K H S L
Decimal 237 61 250 0.05 0.76 0 0.02 295.87 0.95 0.61
Hex ED 3D FA 5 4C 0 2 128 5F 3D
Octal 355 75 372 5 114 0 2 450 137 75
Binary 11101101 111101 11111010 101 1001100 0 10 100101000 1011111 111101

Color Harmonies of #ED3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3DFA

Black with #ED3DFA

Text Example


Text Example

White with #ED3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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