Html Css Color HEX #ED3CFD Pink Flamingo

📋 copy color: '#ED3CFD'

red 237 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #ED3CFD

Tints of Pink Flamingo #ED3CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 43.09%
G = 10.91%
B = 46%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED3CFD (or 0xED3CFD) is known color: Pink Flamingo. HEX triplet: ED, 3C and FD. RGB value is (237,60,253). Sum of RGB (Red+Green+Blue) = 237+60+253=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 60 (23.83% from 255 or 10.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CFD is #12C302. Grayscale: #868686. Windows color (decimal): -1229571 or 16596205. OLE color: 16596205.

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

Color convert

RGB 237 60 253 -
CMYK 0.06 0.76 0 0.01
HSL 295.03º 0.98% 0.61% -
HSV(B) 295.03º 0.76% 0.99% -
XYZ 54.27 28.33 95.54 -
YUV 134.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 237 60 253 0.06 0.76 0 0.01 295.03 0.98 0.61
Hex ED 3C FD 6 4C 0 1 127 62 3D
Octal 355 74 375 6 114 0 1 447 142 75
Binary 11101101 111100 11111101 110 1001100 0 1 100100111 1100010 111101

Color Harmonies of #ED3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CFD

Black with #ED3CFD

Text Example


Text Example

White with #ED3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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