Html Css Color HEX #ED3CFC Pink Flamingo

📋 copy color: '#ED3CFC'

red 237 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #ED3CFC

Tints of Pink Flamingo #ED3CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 43.17%
G = 10.93%
B = 45.9%

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

#ED3CFC (or 0xED3CFC) is known color: Pink Flamingo. HEX triplet: ED, 3C and FC. RGB value is (237,60,252). Sum of RGB (Red+Green+Blue) = 237+60+252=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 60 (23.83% from 255 or 10.93% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED3CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CFC is #12C303. Grayscale: #868686. Windows color (decimal): -1229572 or 16530669. OLE color: 16530669.

HSL color Cylindrical-coordinate representation of color #ED3CFC: hue angle of 295.31º degrees, saturation: 0.97, 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 #ED3CFC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 60 252 -
CMYK 0.06 0.76 0 0.01
HSL 295.31º 0.97% 0.61% -
HSV(B) 295.31º 0.76% 0.99% -
XYZ 54.11 28.26 94.7 -
YUV 134.81 194.14 200.89 -
System Red Green Blue C M Y K H S L
Decimal 237 60 252 0.06 0.76 0 0.01 295.31 0.97 0.61
Hex ED 3C FC 6 4C 0 1 127 61 3D
Octal 355 74 374 6 114 0 1 447 141 75
Binary 11101101 111100 11111100 110 1001100 0 1 100100111 1100001 111101

Color Harmonies of #ED3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CFC

Black with #ED3CFC

Text Example


Text Example

White with #ED3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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